Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bfdbddfdc6859f31067ca67778b0f613e8d5706b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 # timeout=10 Commit message: "Merge pull request #218 from ernestojeda/add-geneva-release-stream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-889 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching without tags > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision bfdbddfdc6859f31067ca67778b0f613e8d5706b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bfdbddfdc6859f31067ca67778b0f613e8d5706b # timeout=10 Commit message: "build: Updated to latest SDK with version check fix (#101)" > git rev-list --no-walk 71c766d5457f5e31c5b01e8fe1f38701cbbdac45 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-24T17:48:08.990Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-24T17:48:09.248Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-24T17:48:09.330Z] ========================================================= [2020-07-24T17:48:09.330Z] EdgeX Global Pipelines Version Info [2020-07-24T17:48:09.330Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-24T17:48:11.500Z] ------------------- [2020-07-24T17:48:11.500Z] stable info: [2020-07-24T17:48:11.500Z] ------------------- [2020-07-24T17:48:11.500Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-24T17:48:11.500Z] Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 [2020-07-24T17:48:11.500Z] Message: update stable to v1.0.105 [2020-07-24T17:48:12.073Z] ------------------- [2020-07-24T17:48:12.073Z] experimental info: [2020-07-24T17:48:12.073Z] ------------------- [2020-07-24T17:48:12.073Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-24T17:48:12.073Z] Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 [2020-07-24T17:48:12.073Z] Message: update experimental to v1.0.105 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-24T17:48:14.219Z] + git log --format=format:%s -1 bfdbddfdc6859f31067ca67778b0f613e8d5706b [Pipeline] echo [2020-07-24T17:48:14.281Z] GIT_COMMIT: bfdbddfdc6859f31067ca67778b0f613e8d5706b, Commit Message: build: Updated to latest SDK with version check fix (#101) [Pipeline] echo [2020-07-24T17:48:14.323Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:48:15.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T17:48:15.367Z] [2020-07-24T17:48:15.367Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:48:15.706Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T17:48:15.706Z] latest: Pulling from edgex-devops/git-semver [2020-07-24T17:48:15.706Z] 31603596830f: Pulling fs layer [2020-07-24T17:48:15.706Z] 2a8b12db71e7: Pulling fs layer [2020-07-24T17:48:15.706Z] 6ca5941a6612: Pulling fs layer [2020-07-24T17:48:15.706Z] ecc8261a40a4: Pulling fs layer [2020-07-24T17:48:15.706Z] ecc8261a40a4: Waiting [2020-07-24T17:48:15.706Z] 2a8b12db71e7: Verifying Checksum [2020-07-24T17:48:15.706Z] 2a8b12db71e7: Download complete [2020-07-24T17:48:15.969Z] 31603596830f: Download complete [2020-07-24T17:48:15.969Z] 6ca5941a6612: Verifying Checksum [2020-07-24T17:48:15.969Z] 6ca5941a6612: Download complete [2020-07-24T17:48:15.969Z] ecc8261a40a4: Download complete [2020-07-24T17:48:16.234Z] 31603596830f: Pull complete [2020-07-24T17:48:16.234Z] 2a8b12db71e7: Pull complete [2020-07-24T17:48:17.183Z] 6ca5941a6612: Pull complete [2020-07-24T17:48:17.183Z] ecc8261a40a4: Pull complete [2020-07-24T17:48:17.183Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-24T17:48:17.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T17:48:17.183Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-24T17:48:17.303Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T17:48:17.347Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-24T17:48:19.278Z] $ docker top 3c3981a380f7b1685006814d8775c0b32cc2c8b69b2f90d899371ed414fb5449 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T17:48:19.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T17:48:19.537Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T17:48:19.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T17:48:19.744Z] $ docker exec 3c3981a380f7b1685006814d8775c0b32cc2c8b69b2f90d899371ed414fb5449 ssh-agent [2020-07-24T17:48:19.899Z] SSH_AUTH_SOCK=/tmp/ssh-bZTPkFMfv6yv/agent.11 [2020-07-24T17:48:19.899Z] SSH_AGENT_PID=16 [2020-07-24T17:48:19.909Z] Running ssh-add (command line suppressed) [2020-07-24T17:48:20.019Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5615836946737731052.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5615836946737731052.key) [2020-07-24T17:48:20.070Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T17:48:20.397Z] + git describe --exact-match --tags HEAD [2020-07-24T17:48:20.397Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-24T17:48:20.415Z] $ docker exec --env ******** --env ******** 3c3981a380f7b1685006814d8775c0b32cc2c8b69b2f90d899371ed414fb5449 ssh-agent -k [2020-07-24T17:48:20.524Z] unset SSH_AUTH_SOCK; [2020-07-24T17:48:20.524Z] unset SSH_AGENT_PID; [2020-07-24T17:48:20.524Z] echo Agent pid 16 killed; [2020-07-24T17:48:20.569Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-24T17:48:20.672Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-24T17:48:20.672Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-24T17:48:20.853Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T17:48:20.853Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T17:48:21.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T17:48:21.006Z] $ docker exec 3c3981a380f7b1685006814d8775c0b32cc2c8b69b2f90d899371ed414fb5449 ssh-agent [2020-07-24T17:48:21.179Z] SSH_AUTH_SOCK=/tmp/ssh-TPeMY1vYovLn/agent.46 [2020-07-24T17:48:21.179Z] SSH_AGENT_PID=51 [2020-07-24T17:48:21.185Z] Running ssh-add (command line suppressed) [2020-07-24T17:48:21.298Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6940119042846453752.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6940119042846453752.key) [2020-07-24T17:48:21.346Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T17:48:21.676Z] + git semver init [2020-07-24T17:48:21.676Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T17:48:21.676Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-24T17:48:21.676Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-24T17:48:21.676Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T17:48:21.676Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T17:48:21.676Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T17:48:21.676Z] # $SEMVER_BRANCH = master [2020-07-24T17:48:21.676Z] # $SEMVER_TEMP = /tmp/semver-979458424 [2020-07-24T17:48:21.676Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-07-24T17:48:21.937Z] # '/tmp/semver-979458424' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-07-24T17:48:21.937Z] # -> Force: false [2020-07-24T17:48:21.937Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-07-24T17:48:21.945Z] $ docker exec --env ******** --env ******** 3c3981a380f7b1685006814d8775c0b32cc2c8b69b2f90d899371ed414fb5449 ssh-agent -k [2020-07-24T17:48:22.060Z] unset SSH_AUTH_SOCK; [2020-07-24T17:48:22.060Z] unset SSH_AGENT_PID; [2020-07-24T17:48:22.061Z] echo Agent pid 51 killed; [2020-07-24T17:48:22.105Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T17:48:22.547Z] + git semver [Pipeline] } [2020-07-24T17:48:22.561Z] $ docker stop --time=1 3c3981a380f7b1685006814d8775c0b32cc2c8b69b2f90d899371ed414fb5449 [2020-07-24T17:48:23.905Z] $ docker rm -f 3c3981a380f7b1685006814d8775c0b32cc2c8b69b2f90d899371ed414fb5449 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-24T17:48:24.530Z] Stashed 16 file(s) [Pipeline] echo [2020-07-24T17:48:24.532Z] [edgeXSemver] initialized semver on version 1.2.1-dev.5 [Pipeline] echo [2020-07-24T17:48:24.611Z] Archived original version: [1.2.1-dev.5] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-24T17:48:39.935Z] Still waiting to schedule task [2020-07-24T17:48:39.935Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-24T17:48:39.936Z] Still waiting to schedule task [2020-07-24T17:48:39.936Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-24T17:50:59.618Z] Running on prd-centos7-docker-4c-2g-890 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-07-24T17:50:59.659Z] Running in /w/workspace/app-service-configurable/41 [Pipeline] { [Pipeline] checkout [2020-07-24T17:51:02.165Z] using credential edgex-jenkins-ssh [2020-07-24T17:51:02.208Z] Cloning the remote Git repository [2020-07-24T17:51:02.208Z] Cloning with configured refspecs honoured and without tags [2020-07-24T17:51:02.099Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-24T17:51:02.176Z] > git init /w/workspace/app-service-configurable/41 # timeout=10 [2020-07-24T17:51:02.233Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-24T17:51:02.233Z] > git --version # timeout=10 [2020-07-24T17:51:02.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T17:51:02.273Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:51:03.616Z] Fetching without tags [2020-07-24T17:51:04.016Z] Checking out Revision bfdbddfdc6859f31067ca67778b0f613e8d5706b (master) [2020-07-24T17:51:03.553Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-24T17:51:03.560Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:51:03.576Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-24T17:51:03.586Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-24T17:51:03.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T17:51:03.591Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:51:04.021Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T17:51:04.025Z] > git checkout -f bfdbddfdc6859f31067ca67778b0f613e8d5706b # timeout=10 [2020-07-24T17:51:07.542Z] Commit message: "build: Updated to latest SDK with version check fix (#101)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-24T17:51:08.444Z] ========================================================= [2020-07-24T17:51:08.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-24T17:51:08.444Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:51:09.028Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-24T17:51:09.609Z] Sending build context to Docker daemon 287.7kB [2020-07-24T17:51:09.609Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-24T17:51:09.609Z] Step 2/8 : FROM ${BASE} [2020-07-24T17:51:09.609Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-24T17:51:09.609Z] df20fa9351a1: Pulling fs layer [2020-07-24T17:51:09.609Z] ed8968b2872e: Pulling fs layer [2020-07-24T17:51:09.609Z] a92cc7c5fd73: Pulling fs layer [2020-07-24T17:51:09.609Z] 2dd03ba5bac4: Pulling fs layer [2020-07-24T17:51:09.609Z] 1e091d79d1de: Pulling fs layer [2020-07-24T17:51:09.609Z] 481702a1767f: Pulling fs layer [2020-07-24T17:51:09.609Z] f64a6f60c768: Pulling fs layer [2020-07-24T17:51:09.609Z] e78d2573fc39: Pulling fs layer [2020-07-24T17:51:09.609Z] e876d2f968b6: Pulling fs layer [2020-07-24T17:51:09.609Z] ce8a83651883: Pulling fs layer [2020-07-24T17:51:09.609Z] 07967f4d0e4b: Pulling fs layer [2020-07-24T17:51:09.609Z] f64a6f60c768: Waiting [2020-07-24T17:51:09.609Z] e78d2573fc39: Waiting [2020-07-24T17:51:09.609Z] e876d2f968b6: Waiting [2020-07-24T17:51:09.609Z] ce8a83651883: Waiting [2020-07-24T17:51:09.609Z] 2dd03ba5bac4: Waiting [2020-07-24T17:51:09.609Z] 1e091d79d1de: Waiting [2020-07-24T17:51:09.609Z] 481702a1767f: Waiting [2020-07-24T17:51:09.609Z] 07967f4d0e4b: Waiting [2020-07-24T17:51:09.609Z] a92cc7c5fd73: Verifying Checksum [2020-07-24T17:51:09.609Z] a92cc7c5fd73: Download complete [2020-07-24T17:51:09.609Z] ed8968b2872e: Verifying Checksum [2020-07-24T17:51:09.609Z] ed8968b2872e: Download complete [2020-07-24T17:51:09.609Z] 1e091d79d1de: Verifying Checksum [2020-07-24T17:51:09.609Z] 1e091d79d1de: Download complete [2020-07-24T17:51:09.609Z] 481702a1767f: Verifying Checksum [2020-07-24T17:51:09.609Z] 481702a1767f: Download complete [2020-07-24T17:51:09.609Z] df20fa9351a1: Verifying Checksum [2020-07-24T17:51:09.609Z] df20fa9351a1: Download complete [2020-07-24T17:51:10.196Z] df20fa9351a1: Pull complete [2020-07-24T17:51:10.470Z] f64a6f60c768: Verifying Checksum [2020-07-24T17:51:10.470Z] f64a6f60c768: Download complete [2020-07-24T17:51:10.753Z] e876d2f968b6: Verifying Checksum [2020-07-24T17:51:10.753Z] e876d2f968b6: Download complete [2020-07-24T17:51:11.346Z] ce8a83651883: Verifying Checksum [2020-07-24T17:51:11.346Z] ce8a83651883: Download complete [2020-07-24T17:51:11.346Z] 07967f4d0e4b: Verifying Checksum [2020-07-24T17:51:11.346Z] 07967f4d0e4b: Download complete [2020-07-24T17:51:11.346Z] e78d2573fc39: Verifying Checksum [2020-07-24T17:51:11.346Z] e78d2573fc39: Download complete [2020-07-24T17:51:11.346Z] 2dd03ba5bac4: Verifying Checksum [2020-07-24T17:51:11.346Z] 2dd03ba5bac4: Download complete [2020-07-24T17:51:12.311Z] ed8968b2872e: Pull complete [2020-07-24T17:51:12.577Z] a92cc7c5fd73: Pull complete [2020-07-24T17:51:17.896Z] 2dd03ba5bac4: Pull complete [2020-07-24T17:51:18.157Z] 1e091d79d1de: Pull complete [2020-07-24T17:51:18.157Z] 481702a1767f: Pull complete [2020-07-24T17:51:22.366Z] f64a6f60c768: Pull complete [2020-07-24T17:51:24.928Z] e78d2573fc39: Pull complete [2020-07-24T17:51:25.192Z] e876d2f968b6: Pull complete [2020-07-24T17:51:27.119Z] ce8a83651883: Pull complete [2020-07-24T17:51:27.381Z] 07967f4d0e4b: Pull complete [2020-07-24T17:51:27.381Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-24T17:51:27.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-24T17:51:27.381Z] ---> 5d7c900382c6 [2020-07-24T17:51:27.381Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T17:51:27.951Z] ---> Running in dc5cf61941c3 [2020-07-24T17:51:28.212Z] Removing intermediate container dc5cf61941c3 [2020-07-24T17:51:28.212Z] ---> 6c5bcac12537 [2020-07-24T17:51:28.212Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:51:28.212Z] ---> Running in 3318f8dc7277 [2020-07-24T17:51:29.596Z] Removing intermediate container 3318f8dc7277 [2020-07-24T17:51:29.596Z] ---> 01aae1a23bd2 [2020-07-24T17:51:29.596Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-24T17:51:29.596Z] ---> Running in 79c28a38f448 [2020-07-24T17:51:29.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:51:30.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:51:31.065Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-07-24T17:51:31.332Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-24T17:51:31.332Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-07-24T17:51:31.332Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-24T17:51:31.602Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-24T17:51:31.602Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-24T17:51:31.602Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:51:31.602Z] OK: 167 MiB in 45 packages [2020-07-24T17:51:32.172Z] Removing intermediate container 79c28a38f448 [2020-07-24T17:51:32.172Z] ---> f8178d61cc28 [2020-07-24T17:51:32.172Z] Step 6/8 : WORKDIR /app [2020-07-24T17:51:32.433Z] ---> Running in 13e07f9f9a70 [2020-07-24T17:51:32.433Z] Removing intermediate container 13e07f9f9a70 [2020-07-24T17:51:32.433Z] ---> db8620070acd [2020-07-24T17:51:32.433Z] Step 7/8 : COPY . . [2020-07-24T17:51:33.004Z] ---> 79efcd756194 [2020-07-24T17:51:33.004Z] Step 8/8 : RUN go mod download [2020-07-24T17:51:33.004Z] ---> Running in 102891907b36 [2020-07-24T17:51:35.555Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:51:35.556Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:51:35.556Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-24T17:51:35.556Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:51:35.556Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-24T17:51:35.556Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-24T17:51:35.556Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:51:35.556Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-24T17:51:35.556Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T17:51:35.556Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:51:35.556Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.12 [2020-07-24T17:51:35.556Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T17:51:35.556Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:51:35.556Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T17:51:35.556Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:51:35.556Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T17:51:35.556Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T17:51:35.556Z] go: finding github.com/fatih/color v1.7.0 [2020-07-24T17:51:35.556Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-24T17:51:35.556Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:51:35.816Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T17:51:35.816Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:51:35.816Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:51:35.816Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T17:51:35.816Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-24T17:51:35.816Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-24T17:51:35.816Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:51:35.816Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-24T17:51:35.816Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-24T17:51:35.816Z] go: finding github.com/google/uuid v1.1.1 [2020-07-24T17:51:35.816Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-24T17:51:35.816Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-24T17:51:36.077Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:51:36.338Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-24T17:51:36.338Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-24T17:51:36.338Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-24T17:51:36.338Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T17:51:36.338Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-24T17:51:36.338Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-24T17:51:36.338Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-24T17:51:36.338Z] go: finding github.com/kr/pty v1.1.1 [2020-07-24T17:51:36.338Z] go: finding github.com/kr/text v0.1.0 [2020-07-24T17:51:36.338Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-24T17:51:36.338Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-24T17:51:36.338Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:51:36.599Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:51:36.599Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-24T17:51:36.599Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-24T17:51:36.599Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-24T17:51:36.860Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:51:36.860Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:51:36.860Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-24T17:51:36.860Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-24T17:51:36.860Z] go: finding github.com/posener/complete v1.1.1 [2020-07-24T17:51:36.860Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-24T17:51:36.860Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-24T17:51:36.860Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-24T17:51:36.860Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-24T17:51:36.860Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-24T17:51:36.860Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-24T17:51:36.860Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-24T17:51:37.121Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T17:51:37.121Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-24T17:51:37.121Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T17:51:37.121Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T17:51:37.121Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:51:37.121Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:51:37.121Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-24T17:51:37.121Z] go: finding golang.org/x/text v0.3.2 [2020-07-24T17:51:37.121Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-24T17:51:37.121Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-24T17:51:37.121Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-24T17:51:37.121Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-24T17:51:37.386Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-24T17:51:37.386Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-24T17:51:37.386Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-24T17:51:52.314Z] Removing intermediate container 102891907b36 [2020-07-24T17:51:52.314Z] ---> 34b3eac39bdf [2020-07-24T17:51:52.314Z] Successfully built 34b3eac39bdf [2020-07-24T17:51:52.314Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-24T17:51:55.047Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-24T17:51:55.344Z] + ls -al . [2020-07-24T17:51:55.344Z] total 72 [2020-07-24T17:51:55.344Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jul 24 17:51 . [2020-07-24T17:51:55.344Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 24 17:51 .. [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jul 24 17:51 Attribution.txt [2020-07-24T17:51:55.344Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 24 17:51 bin [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 180 Jul 24 17:51 docker-compose.debug.yml [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 133 Jul 24 17:51 docker-compose.yml [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 1997 Jul 24 17:51 Dockerfile [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 966 Jul 24 17:51 Dockerfile.build [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 119 Jul 24 17:51 .dockerignore [2020-07-24T17:51:55.344Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 24 17:51 .git [2020-07-24T17:51:55.344Z] drwxrwxr-x. 2 jenkins jenkins 81 Jul 24 17:51 .github [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 93 Jul 24 17:51 .gitignore [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 133 Jul 24 17:51 go.mod [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 710 Jul 24 17:51 Jenkinsfile [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 24 17:51 LICENSE [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jul 24 17:51 main.go [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jul 24 17:51 makefile [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 481 Jul 24 17:51 README.md [2020-07-24T17:51:55.344Z] drwxrwxr-x. 10 jenkins jenkins 171 Jul 24 17:51 res [2020-07-24T17:51:55.344Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 24 17:51 .semver [2020-07-24T17:51:55.344Z] drwxrwxr-x. 4 jenkins jenkins 71 Jul 24 17:51 snap [2020-07-24T17:51:55.344Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 24 17:48 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:51:55.648Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=bfdbddfdc6859f31067ca67778b0f613e8d5706b --label arch=amd64 --label version=1.2.1-dev.5 . [2020-07-24T17:51:55.909Z] Sending build context to Docker daemon 288.8kB [2020-07-24T17:51:55.909Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-24T17:51:55.909Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-24T17:51:55.909Z] ---> 34b3eac39bdf [2020-07-24T17:51:55.909Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-24T17:51:55.909Z] ---> Running in 7fb8abef82e7 [2020-07-24T17:51:55.909Z] Removing intermediate container 7fb8abef82e7 [2020-07-24T17:51:55.909Z] ---> b231c54a56cc [2020-07-24T17:51:55.909Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-24T17:51:56.170Z] ---> Running in 900f132c1ab3 [2020-07-24T17:51:56.170Z] Removing intermediate container 900f132c1ab3 [2020-07-24T17:51:56.170Z] ---> 04a07fb2bee4 [2020-07-24T17:51:56.170Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T17:51:56.170Z] ---> Running in f40664e293b5 [2020-07-24T17:51:56.431Z] Removing intermediate container f40664e293b5 [2020-07-24T17:51:56.431Z] ---> 76f4b2922770 [2020-07-24T17:51:56.431Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:51:56.431Z] ---> Running in 6b84d8df66c9 [2020-07-24T17:51:58.349Z] Removing intermediate container 6b84d8df66c9 [2020-07-24T17:51:58.349Z] ---> e1a1824633da [2020-07-24T17:51:58.349Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-24T17:51:58.349Z] ---> Running in 453f863357e1 [2020-07-24T17:51:58.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:51:59.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:51:59.754Z] OK: 167 MiB in 45 packages [2020-07-24T17:52:00.326Z] Removing intermediate container 453f863357e1 [2020-07-24T17:52:00.326Z] ---> 69db7801cb91 [2020-07-24T17:52:00.326Z] Step 8/26 : WORKDIR /app [2020-07-24T17:52:00.326Z] ---> Running in d4334dcc2ce4 [2020-07-24T17:52:00.326Z] Removing intermediate container d4334dcc2ce4 [2020-07-24T17:52:00.326Z] ---> d8f2e0b4a0ab [2020-07-24T17:52:00.326Z] Step 9/26 : COPY go.mod . [2020-07-24T17:52:00.587Z] ---> 4d18b7db63f8 [2020-07-24T17:52:00.587Z] Step 10/26 : RUN go mod download [2020-07-24T17:52:00.848Z] ---> Running in 813dbd287727 [2020-07-24T17:52:01.798Z] Removing intermediate container 813dbd287727 [2020-07-24T17:52:01.798Z] ---> 24d27cd6eb45 [2020-07-24T17:52:01.798Z] Step 11/26 : COPY . . [2020-07-24T17:52:02.059Z] ---> 8a4587290249 [2020-07-24T17:52:02.059Z] Step 12/26 : ARG MAKE="make build" [2020-07-24T17:52:02.059Z] ---> Running in 65593379f280 [2020-07-24T17:52:02.320Z] Removing intermediate container 65593379f280 [2020-07-24T17:52:02.321Z] ---> 803df12783b3 [2020-07-24T17:52:02.321Z] Step 13/26 : RUN $MAKE [2020-07-24T17:52:02.321Z] ---> Running in cc4d6084049a [2020-07-24T17:52:02.584Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.5" -o app-service-configurable [2020-07-24T17:52:24.663Z] Removing intermediate container cc4d6084049a [2020-07-24T17:52:24.663Z] ---> 61605b777df8 [2020-07-24T17:52:24.663Z] Step 14/26 : FROM alpine:latest [2020-07-24T17:52:24.663Z] latest: Pulling from library/alpine [2020-07-24T17:52:24.663Z] df20fa9351a1: Already exists [2020-07-24T17:52:24.663Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-24T17:52:24.663Z] Status: Downloaded newer image for alpine:latest [2020-07-24T17:52:24.663Z] ---> a24bb4013296 [2020-07-24T17:52:24.663Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T17:52:24.663Z] ---> Running in 732138d42e06 [2020-07-24T17:52:24.663Z] Removing intermediate container 732138d42e06 [2020-07-24T17:52:24.663Z] ---> a3d99ec37bad [2020-07-24T17:52:24.663Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-24T17:52:24.663Z] ---> Running in 4201a5703ea4 [2020-07-24T17:52:24.663Z] Removing intermediate container 4201a5703ea4 [2020-07-24T17:52:24.663Z] ---> b2440af59067 [2020-07-24T17:52:24.663Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-24T17:52:24.663Z] ---> Running in 4026836c3148 [2020-07-24T17:52:24.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:52:24.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:52:24.663Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-24T17:52:24.663Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-24T17:52:24.663Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-24T17:52:24.663Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-24T17:52:24.663Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-24T17:52:24.664Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-24T17:52:24.664Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:52:24.664Z] Executing ca-certificates-20191127-r4.trigger [2020-07-24T17:52:24.664Z] OK: 9 MiB in 20 packages [2020-07-24T17:52:24.927Z] Removing intermediate container 4026836c3148 [2020-07-24T17:52:24.927Z] ---> 548d4cd4c57d [2020-07-24T17:52:24.927Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-24T17:52:24.927Z] ---> af8009f4403c [2020-07-24T17:52:24.927Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-24T17:52:25.191Z] ---> 9452a5ed8525 [2020-07-24T17:52:25.191Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-24T17:52:25.457Z] ---> 3d3f22055ab8 [2020-07-24T17:52:25.457Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-24T17:52:26.398Z] ---> 48025999e5d1 [2020-07-24T17:52:26.398Z] Step 22/26 : EXPOSE 48095 [2020-07-24T17:52:26.398Z] ---> Running in 783fe568e068 [2020-07-24T17:52:26.398Z] Removing intermediate container 783fe568e068 [2020-07-24T17:52:26.398Z] ---> ed6207edb0c9 [2020-07-24T17:52:26.398Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-24T17:52:26.398Z] ---> Running in 3cc44abeb5af [2020-07-24T17:52:26.668Z] Removing intermediate container 3cc44abeb5af [2020-07-24T17:52:26.668Z] ---> 3e1c6edf5182 [2020-07-24T17:52:26.668Z] Step 24/26 : LABEL arch=amd64 [2020-07-24T17:52:26.668Z] ---> Running in 20fe2871ec17 [2020-07-24T17:52:27.610Z] Removing intermediate container 20fe2871ec17 [2020-07-24T17:52:27.610Z] ---> ee2e35f6069a [2020-07-24T17:52:27.610Z] Step 25/26 : LABEL git_sha=bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T17:52:27.610Z] ---> Running in 05c1e47547e9 [2020-07-24T17:52:27.871Z] Removing intermediate container 05c1e47547e9 [2020-07-24T17:52:27.871Z] ---> 354c48516113 [2020-07-24T17:52:27.871Z] Step 26/26 : LABEL version=1.2.1-dev.5 [2020-07-24T17:52:27.871Z] ---> Running in edd69ff13802 [2020-07-24T17:52:27.871Z] Removing intermediate container edd69ff13802 [2020-07-24T17:52:27.871Z] ---> 7f29d0f08c2c [2020-07-24T17:52:27.871Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-24T17:52:27.871Z] Successfully built 7f29d0f08c2c [2020-07-24T17:52:27.871Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-24T17:52:28.251Z] provisioning config files... [2020-07-24T17:52:28.279Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/41@tmp/config5444460471759820399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-24T17:52:28.756Z] nexus3.edgexfoundry.org:10001 [2020-07-24T17:52:28.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:52:29.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:52:29.032Z] Configure a credential helper to remove this warning. See [2020-07-24T17:52:29.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:52:29.032Z] [2020-07-24T17:52:29.032Z] Login Succeeded [2020-07-24T17:52:29.032Z] nexus3.edgexfoundry.org:10002 [2020-07-24T17:52:29.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:52:29.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:52:29.032Z] Configure a credential helper to remove this warning. See [2020-07-24T17:52:29.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:52:29.032Z] [2020-07-24T17:52:29.032Z] Login Succeeded [2020-07-24T17:52:29.032Z] nexus3.edgexfoundry.org:10003 [2020-07-24T17:52:29.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:52:29.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:52:29.312Z] Configure a credential helper to remove this warning. See [2020-07-24T17:52:29.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:52:29.312Z] [2020-07-24T17:52:29.312Z] Login Succeeded [2020-07-24T17:52:29.312Z] nexus3.edgexfoundry.org:10004 [2020-07-24T17:52:29.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:52:29.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:52:29.577Z] Configure a credential helper to remove this warning. See [2020-07-24T17:52:29.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:52:29.577Z] [2020-07-24T17:52:29.577Z] Login Succeeded [2020-07-24T17:52:29.577Z] docker.io [2020-07-24T17:52:29.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:52:29.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:52:29.837Z] Configure a credential helper to remove this warning. See [2020-07-24T17:52:29.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:52:29.837Z] [2020-07-24T17:52:29.837Z] Login Succeeded [Pipeline] } [2020-07-24T17:52:29.846Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-24T17:52:30.019Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-07-24T17:52:30.019Z] bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T17:52:30.019Z] latest [2020-07-24T17:52:30.019Z] 1.2.1-dev.5 [2020-07-24T17:52:30.019Z] bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5 [2020-07-24T17:52:30.019Z] master [2020-07-24T17:52:30.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:30.500Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bfdbddfdc6859f31067ca67778b0f613e8d5706b [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:30.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T17:52:30.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-24T17:52:30.805Z] bfca7790805d: Preparing [2020-07-24T17:52:30.805Z] a704939e36e8: Preparing [2020-07-24T17:52:30.805Z] fea8c2c59f17: Preparing [2020-07-24T17:52:30.805Z] 7a823224141c: Preparing [2020-07-24T17:52:30.805Z] bc87fcabdd6f: Preparing [2020-07-24T17:52:30.805Z] 50644c29ef5a: Preparing [2020-07-24T17:52:30.805Z] 50644c29ef5a: Waiting [2020-07-24T17:52:30.805Z] a704939e36e8: Pushed [2020-07-24T17:52:30.805Z] fea8c2c59f17: Pushed [2020-07-24T17:52:31.067Z] 7a823224141c: Pushed [2020-07-24T17:52:31.067Z] 50644c29ef5a: Layer already exists [2020-07-24T17:52:31.067Z] bc87fcabdd6f: Pushed [2020-07-24T17:52:32.452Z] bfca7790805d: Pushed [2020-07-24T17:52:32.714Z] bfdbddfdc6859f31067ca67778b0f613e8d5706b: digest: sha256:1a0393df4a77cdd260430f30d8d49f9cf1cf80917f28fea165a9476e53364baa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:33.020Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:33.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-07-24T17:52:33.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-24T17:52:33.314Z] bfca7790805d: Preparing [2020-07-24T17:52:33.314Z] a704939e36e8: Preparing [2020-07-24T17:52:33.314Z] fea8c2c59f17: Preparing [2020-07-24T17:52:33.314Z] 7a823224141c: Preparing [2020-07-24T17:52:33.314Z] bc87fcabdd6f: Preparing [2020-07-24T17:52:33.314Z] 50644c29ef5a: Preparing [2020-07-24T17:52:33.314Z] 50644c29ef5a: Waiting [2020-07-24T17:52:33.314Z] a704939e36e8: Layer already exists [2020-07-24T17:52:33.314Z] 7a823224141c: Layer already exists [2020-07-24T17:52:33.314Z] bfca7790805d: Layer already exists [2020-07-24T17:52:33.314Z] fea8c2c59f17: Layer already exists [2020-07-24T17:52:33.314Z] bc87fcabdd6f: Layer already exists [2020-07-24T17:52:33.314Z] 50644c29ef5a: Layer already exists [2020-07-24T17:52:33.314Z] latest: digest: sha256:1a0393df4a77cdd260430f30d8d49f9cf1cf80917f28fea165a9476e53364baa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:33.616Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:33.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.5 [2020-07-24T17:52:33.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-24T17:52:33.911Z] bfca7790805d: Preparing [2020-07-24T17:52:33.911Z] a704939e36e8: Preparing [2020-07-24T17:52:33.911Z] fea8c2c59f17: Preparing [2020-07-24T17:52:33.911Z] 7a823224141c: Preparing [2020-07-24T17:52:33.911Z] bc87fcabdd6f: Preparing [2020-07-24T17:52:33.911Z] 50644c29ef5a: Preparing [2020-07-24T17:52:33.911Z] 50644c29ef5a: Waiting [2020-07-24T17:52:33.911Z] bc87fcabdd6f: Layer already exists [2020-07-24T17:52:33.911Z] fea8c2c59f17: Layer already exists [2020-07-24T17:52:33.911Z] a704939e36e8: Layer already exists [2020-07-24T17:52:33.911Z] 7a823224141c: Layer already exists [2020-07-24T17:52:33.911Z] bfca7790805d: Layer already exists [2020-07-24T17:52:33.911Z] 50644c29ef5a: Layer already exists [2020-07-24T17:52:33.911Z] 1.2.1-dev.5: digest: sha256:1a0393df4a77cdd260430f30d8d49f9cf1cf80917f28fea165a9476e53364baa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:34.211Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:34.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5 [2020-07-24T17:52:34.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-24T17:52:34.504Z] bfca7790805d: Preparing [2020-07-24T17:52:34.504Z] a704939e36e8: Preparing [2020-07-24T17:52:34.504Z] fea8c2c59f17: Preparing [2020-07-24T17:52:34.504Z] 7a823224141c: Preparing [2020-07-24T17:52:34.504Z] bc87fcabdd6f: Preparing [2020-07-24T17:52:34.504Z] 50644c29ef5a: Preparing [2020-07-24T17:52:34.504Z] 50644c29ef5a: Waiting [2020-07-24T17:52:34.504Z] bfca7790805d: Layer already exists [2020-07-24T17:52:34.504Z] a704939e36e8: Layer already exists [2020-07-24T17:52:34.504Z] bc87fcabdd6f: Layer already exists [2020-07-24T17:52:34.504Z] 7a823224141c: Layer already exists [2020-07-24T17:52:34.504Z] fea8c2c59f17: Layer already exists [2020-07-24T17:52:34.504Z] 50644c29ef5a: Layer already exists [2020-07-24T17:52:34.504Z] bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5: digest: sha256:1a0393df4a77cdd260430f30d8d49f9cf1cf80917f28fea165a9476e53364baa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:34.805Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:35.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-07-24T17:52:35.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-24T17:52:35.098Z] bfca7790805d: Preparing [2020-07-24T17:52:35.098Z] a704939e36e8: Preparing [2020-07-24T17:52:35.098Z] fea8c2c59f17: Preparing [2020-07-24T17:52:35.098Z] 7a823224141c: Preparing [2020-07-24T17:52:35.098Z] bc87fcabdd6f: Preparing [2020-07-24T17:52:35.098Z] 50644c29ef5a: Preparing [2020-07-24T17:52:35.098Z] 50644c29ef5a: Waiting [2020-07-24T17:52:35.098Z] fea8c2c59f17: Layer already exists [2020-07-24T17:52:35.098Z] 7a823224141c: Layer already exists [2020-07-24T17:52:35.098Z] a704939e36e8: Layer already exists [2020-07-24T17:52:35.098Z] bfca7790805d: Layer already exists [2020-07-24T17:52:35.098Z] bc87fcabdd6f: Layer already exists [2020-07-24T17:52:35.098Z] 50644c29ef5a: Layer already exists [2020-07-24T17:52:35.098Z] master: digest: sha256:1a0393df4a77cdd260430f30d8d49f9cf1cf80917f28fea165a9476e53364baa size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-24T17:52:35.304Z] ===================================================== [Pipeline] echo [2020-07-24T17:52:35.346Z] taggedImages: [2020-07-24T17:52:35.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T17:52:35.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-07-24T17:52:35.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.5 [2020-07-24T17:52:35.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5 [2020-07-24T17:52:35.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-24T17:52:36.615Z] ++ find /w/workspace/app-service-configurable/41 [2020-07-24T17:52:36.615Z] ++ grep snapcraft.yaml [2020-07-24T17:52:36.615Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/41/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-24T17:52:36.714Z] provisioning config files... [2020-07-24T17:52:36.722Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/41@tmp/config7962931512286848368tmp [Pipeline] { [Pipeline] sh [2020-07-24T17:52:37.077Z] + cp /w/workspace/app-service-configurable/41@tmp/config7962931512286848368tmp /w/workspace/app-service-configurable/41/edgex-snap-store-login [Pipeline] sh [2020-07-24T17:52:37.376Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/41:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-24T17:52:37.376Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-24T17:52:37.376Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-24T17:52:37.376Z] a1125296b23d: Pulling fs layer [2020-07-24T17:52:37.376Z] 3c742a4a0f38: Pulling fs layer [2020-07-24T17:52:37.376Z] 4c5ea3b32996: Pulling fs layer [2020-07-24T17:52:37.376Z] 1b4be91ead68: Pulling fs layer [2020-07-24T17:52:37.376Z] 9224317f5338: Pulling fs layer [2020-07-24T17:52:37.376Z] a1d4acd2f81e: Pulling fs layer [2020-07-24T17:52:37.376Z] de16526aea4f: Pulling fs layer [2020-07-24T17:52:37.376Z] 98d9a47ff92f: Pulling fs layer [2020-07-24T17:52:37.376Z] f00a2f7e41d2: Pulling fs layer [2020-07-24T17:52:37.376Z] 9224317f5338: Waiting [2020-07-24T17:52:37.376Z] a1d4acd2f81e: Waiting [2020-07-24T17:52:37.376Z] 1b4be91ead68: Waiting [2020-07-24T17:52:37.376Z] de16526aea4f: Waiting [2020-07-24T17:52:37.376Z] 98d9a47ff92f: Waiting [2020-07-24T17:52:37.376Z] f00a2f7e41d2: Waiting [2020-07-24T17:52:37.376Z] 4c5ea3b32996: Verifying Checksum [2020-07-24T17:52:37.376Z] 4c5ea3b32996: Download complete [2020-07-24T17:52:37.376Z] 3c742a4a0f38: Verifying Checksum [2020-07-24T17:52:37.376Z] 3c742a4a0f38: Download complete [2020-07-24T17:52:37.376Z] 1b4be91ead68: Verifying Checksum [2020-07-24T17:52:37.376Z] 1b4be91ead68: Download complete [2020-07-24T17:52:37.376Z] a1d4acd2f81e: Verifying Checksum [2020-07-24T17:52:37.376Z] a1d4acd2f81e: Download complete [2020-07-24T17:52:37.376Z] de16526aea4f: Download complete [2020-07-24T17:52:37.376Z] 98d9a47ff92f: Verifying Checksum [2020-07-24T17:52:37.376Z] 98d9a47ff92f: Download complete [2020-07-24T17:52:37.376Z] f00a2f7e41d2: Verifying Checksum [2020-07-24T17:52:37.376Z] f00a2f7e41d2: Download complete [2020-07-24T17:52:37.640Z] a1125296b23d: Verifying Checksum [2020-07-24T17:52:37.640Z] a1125296b23d: Download complete [2020-07-24T17:52:40.205Z] a1125296b23d: Pull complete [2020-07-24T17:52:40.467Z] 3c742a4a0f38: Pull complete [2020-07-24T17:52:42.389Z] 9224317f5338: Verifying Checksum [2020-07-24T17:52:42.389Z] 9224317f5338: Download complete [2020-07-24T17:52:42.389Z] 4c5ea3b32996: Pull complete [2020-07-24T17:52:42.389Z] 1b4be91ead68: Pull complete [2020-07-24T17:52:43.812Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-891 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-07-24T17:52:43.859Z] Running in /w/workspace/app-service-configurable/41 [Pipeline] { [Pipeline] checkout [2020-07-24T17:52:48.724Z] using credential edgex-jenkins-ssh [2020-07-24T17:52:48.777Z] Cloning the remote Git repository [2020-07-24T17:52:48.777Z] Cloning with configured refspecs honoured and without tags [2020-07-24T17:52:48.843Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-24T17:52:49.849Z] Fetching without tags [2020-07-24T17:52:48.946Z] > git init /w/workspace/app-service-configurable/41 # timeout=10 [2020-07-24T17:52:49.012Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-24T17:52:49.013Z] > git --version # timeout=10 [2020-07-24T17:52:49.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T17:52:49.135Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:52:49.754Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-24T17:52:49.783Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:52:49.814Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-24T17:52:49.873Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-24T17:52:49.874Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T17:52:49.885Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:52:50.336Z] Checking out Revision bfdbddfdc6859f31067ca67778b0f613e8d5706b (master) [2020-07-24T17:52:50.354Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T17:52:50.389Z] > git checkout -f bfdbddfdc6859f31067ca67778b0f613e8d5706b # timeout=10 [2020-07-24T17:52:54.813Z] Commit message: "build: Updated to latest SDK with version check fix (#101)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-24T17:52:56.079Z] ========================================================= [2020-07-24T17:52:56.080Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-24T17:52:56.080Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:52:57.030Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-24T17:52:57.627Z] Sending build context to Docker daemon 287.7kB [2020-07-24T17:52:57.627Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-24T17:52:57.627Z] Step 2/8 : FROM ${BASE} [2020-07-24T17:52:58.226Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-24T17:52:58.226Z] b538f80385f9: Pulling fs layer [2020-07-24T17:52:58.226Z] 74f711af9a0d: Pulling fs layer [2020-07-24T17:52:58.226Z] 99f96fe45779: Pulling fs layer [2020-07-24T17:52:58.226Z] fd7a069fd194: Pulling fs layer [2020-07-24T17:52:58.226Z] 66aa3694b03b: Pulling fs layer [2020-07-24T17:52:58.226Z] 170f70906a0f: Pulling fs layer [2020-07-24T17:52:58.226Z] ad7c5574e4b9: Pulling fs layer [2020-07-24T17:52:58.226Z] e772456be8f7: Pulling fs layer [2020-07-24T17:52:58.226Z] c890913d741a: Pulling fs layer [2020-07-24T17:52:58.226Z] 2480fcc9aa5a: Pulling fs layer [2020-07-24T17:52:58.226Z] 09adf4765672: Pulling fs layer [2020-07-24T17:52:58.226Z] fd7a069fd194: Waiting [2020-07-24T17:52:58.226Z] 66aa3694b03b: Waiting [2020-07-24T17:52:58.226Z] 170f70906a0f: Waiting [2020-07-24T17:52:58.226Z] ad7c5574e4b9: Waiting [2020-07-24T17:52:58.226Z] e772456be8f7: Waiting [2020-07-24T17:52:58.226Z] c890913d741a: Waiting [2020-07-24T17:52:58.226Z] 09adf4765672: Waiting [2020-07-24T17:52:58.226Z] 2480fcc9aa5a: Waiting [2020-07-24T17:52:58.226Z] 99f96fe45779: Verifying Checksum [2020-07-24T17:52:58.226Z] 99f96fe45779: Download complete [2020-07-24T17:52:58.226Z] 74f711af9a0d: Verifying Checksum [2020-07-24T17:52:58.226Z] 66aa3694b03b: Verifying Checksum [2020-07-24T17:52:58.226Z] 66aa3694b03b: Download complete [2020-07-24T17:52:58.226Z] 170f70906a0f: Verifying Checksum [2020-07-24T17:52:58.226Z] 170f70906a0f: Download complete [2020-07-24T17:52:58.226Z] b538f80385f9: Verifying Checksum [2020-07-24T17:52:58.226Z] b538f80385f9: Download complete [2020-07-24T17:52:59.206Z] b538f80385f9: Pull complete [2020-07-24T17:52:59.483Z] 74f711af9a0d: Pull complete [2020-07-24T17:53:00.085Z] 99f96fe45779: Pull complete [2020-07-24T17:53:01.063Z] ad7c5574e4b9: Verifying Checksum [2020-07-24T17:53:01.063Z] ad7c5574e4b9: Download complete [2020-07-24T17:53:01.063Z] c890913d741a: Verifying Checksum [2020-07-24T17:53:01.063Z] c890913d741a: Download complete [2020-07-24T17:53:03.040Z] 2480fcc9aa5a: Verifying Checksum [2020-07-24T17:53:03.040Z] 2480fcc9aa5a: Download complete [2020-07-24T17:53:03.040Z] 09adf4765672: Download complete [2020-07-24T17:53:03.040Z] e772456be8f7: Verifying Checksum [2020-07-24T17:53:03.040Z] e772456be8f7: Download complete [2020-07-24T17:53:03.631Z] fd7a069fd194: Verifying Checksum [2020-07-24T17:53:03.631Z] fd7a069fd194: Download complete [2020-07-24T17:53:09.003Z] 9224317f5338: Pull complete [2020-07-24T17:53:09.004Z] a1d4acd2f81e: Pull complete [2020-07-24T17:53:09.004Z] de16526aea4f: Pull complete [2020-07-24T17:53:09.004Z] 98d9a47ff92f: Pull complete [2020-07-24T17:53:09.004Z] f00a2f7e41d2: Pull complete [2020-07-24T17:53:09.004Z] Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 [2020-07-24T17:53:09.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-24T17:53:13.222Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-24T17:53:13.222Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-24T17:53:13.222Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-24T17:53:13.222Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-24T17:53:13.222Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [98.3 kB] [2020-07-24T17:53:13.222Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-24T17:53:13.222Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1023 kB] [2020-07-24T17:53:13.222Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1322 kB] [2020-07-24T17:53:13.483Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-24T17:53:13.483Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] [2020-07-24T17:53:13.483Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] [2020-07-24T17:53:13.483Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] [2020-07-24T17:53:14.053Z] Fetched 5109 kB in 2s (3273 kB/s) [2020-07-24T17:53:15.441Z] Reading package lists... [2020-07-24T17:53:16.033Z] fd7a069fd194: Pull complete [2020-07-24T17:53:16.033Z] 66aa3694b03b: Pull complete [2020-07-24T17:53:16.033Z] 170f70906a0f: Pull complete [2020-07-24T17:53:17.985Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-07-24T17:53:17.985Z] - README.md [2020-07-24T17:53:17.985Z] [2020-07-24T17:53:17.985Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-24T17:53:19.420Z] ad7c5574e4b9: Pull complete [2020-07-24T17:53:19.899Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-07-24T17:53:20.160Z] 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-24T17:53:20.160Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-07-24T17:53:20.160Z] 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-07-24T17:53:21.772Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 50% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-24T17:53:23.737Z] e772456be8f7: Pull complete [2020-07-24T17:53:23.737Z] c890913d741a: Pull complete [2020-07-24T17:53:24.314Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-24T17:53:25.422Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 50% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-24T17:53:25.422Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 65% Building dependency tree [2020-07-24T17:53:25.422Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-24T17:53:25.682Z] The following packages were automatically installed and are no longer required: [2020-07-24T17:53:25.682Z] libjq1 libonig4 [2020-07-24T17:53:25.682Z] Use 'sudo apt autoremove' to remove them. [2020-07-24T17:53:25.682Z] Suggested packages: [2020-07-24T17:53:25.682Z] binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib [2020-07-24T17:53:25.682Z] g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake [2020-07-24T17:53:25.682Z] libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg [2020-07-24T17:53:25.682Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-07-24T17:53:25.682Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-07-24T17:53:25.682Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-07-24T17:53:25.682Z] gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc [2020-07-24T17:53:25.682Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-24T17:53:25.682Z] | libterm-readline-perl-perl [2020-07-24T17:53:25.943Z] The following NEW packages will be installed: [2020-07-24T17:53:25.943Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-07-24T17:53:25.943Z] curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-07-24T17:53:25.943Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-07-24T17:53:25.943Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 [2020-07-24T17:53:25.943Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-07-24T17:53:25.943Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-07-24T17:53:25.943Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 [2020-07-24T17:53:25.943Z] libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev [2020-07-24T17:53:25.943Z] libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages [2020-07-24T17:53:25.943Z] manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-24T17:53:25.943Z] 0 upgraded, 62 newly installed, 0 to remove and 8 not upgraded. [2020-07-24T17:53:25.943Z] Need to get 57.5 MB of archives. [2020-07-24T17:53:25.943Z] After this operation, 249 MB of additional disk space will be used. [2020-07-24T17:53:26.202Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-07-24T17:53:26.376Z] 2480fcc9aa5a: Pull complete [2020-07-24T17:53:26.462Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-24T17:53:26.649Z] 09adf4765672: Pull complete [2020-07-24T17:53:26.649Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-24T17:53:26.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-24T17:53:26.649Z] ---> 2248a725d1cf [2020-07-24T17:53:26.649Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T17:53:27.034Z] 0% [2 perl-modules-5.26 7443 B/2763 kB 0%] 3% [2 perl-modules-5.26 1632 kB/2763 kB 59%] 5% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-24T17:53:27.034Z] 5% [3 libgdbm5 16.3 kB/26.0 kB 63%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-07-24T17:53:27.034Z] 5% [4 libgdbm-compat4 6084 B/6084 B 100%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-24T17:53:27.034Z] 5% [5 libperl5.26 1689 B/3527 kB 0%] 10% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-24T17:53:27.034Z] 10% [6 perl 49.2 kB/201 kB 24%] 11% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-24T17:53:27.034Z] 11% [7 less 4955 B/112 kB 4%] 12% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-07-24T17:53:27.034Z] 12% [8 netbase 12.7 kB/12.7 kB 100%] 12% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-07-24T17:53:27.035Z] 12% [9 manpages 8967 B/1234 kB 1%] 14% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-24T17:53:27.035Z] 14% [10 binutils-common 29.1 kB/196 kB 15%] 14% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-07-24T17:53:27.035Z] 15% [11 libbinutils 28.9 kB/488 kB 6%] 15% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] [2020-07-24T17:53:27.303Z] 16% [12 binutils-x86-64-linux-gnu 64.7 kB/1839 kB 4%] 18% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-07-24T17:53:27.303Z] 19% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-07-24T17:53:27.303Z] 19% [14 libc-dev-bin 56.5 kB/71.8 kB 79%] 19% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-112.113 [982 kB] [2020-07-24T17:53:27.303Z] 19% [15 linux-libc-dev 37.1 kB/982 kB 4%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-07-24T17:53:27.572Z] 21% [16 libc6-dev 50.4 kB/2585 kB 2%] 25% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-07-24T17:53:27.572Z] 25% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 25% [Working] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-07-24T17:53:27.572Z] 25% [18 libisl19 20.5 kB/551 kB 4%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-07-24T17:53:27.572Z] 26% [19 libmpfr6 2717 B/243 kB 1%] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-07-24T17:53:27.573Z] 27% [20 libmpc3 40.8 kB/40.8 kB 100%] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-07-24T17:53:28.144Z] 27% [21 cpp-7 65.5 kB/8591 kB 1%] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-24T17:53:28.144Z] 40% [22 cpp 27.7 kB/27.7 kB 100%] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-07-24T17:53:28.144Z] 40% [23 libcc1-0 39.4 kB/39.4 kB 100%] 40% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-07-24T17:53:28.144Z] 40% [24 libgomp1 10.8 kB/76.5 kB 14%] 41% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-07-24T17:53:28.144Z] 41% [25 libitm1 27.9 kB/27.9 kB 100%] 41% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-07-24T17:53:28.144Z] 41% [26 libatomic1 9192 B/9192 B 100%] 41% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-07-24T17:53:28.144Z] 41% [27 libasan4 27.5 kB/358 kB 8%] 42% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-07-24T17:53:28.144Z] 42% [28 liblsan0 62.1 kB/133 kB 47%] 43% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-07-24T17:53:28.144Z] 43% [29 libtsan0 60.2 kB/288 kB 21%] 43% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-07-24T17:53:28.144Z] 43% [30 libubsan0 33.9 kB/126 kB 27%] 44% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-07-24T17:53:28.144Z] 44% [31 libcilkrts5 42.5 kB/42.5 kB 100%] 44% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-07-24T17:53:28.144Z] 44% [32 libmpx2 11.6 kB/11.6 kB 100%] 45% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-07-24T17:53:28.144Z] 45% [33 libquadmath0 45.1 kB/134 kB 34%] 45% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-07-24T17:53:28.144Z] 45% [34 libgcc-7-dev 20.5 kB/2378 kB 1%] 49% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-07-24T17:53:28.718Z] 49% [35 gcc-7 14.3 kB/9381 kB 0%] 62% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-07-24T17:53:28.718Z] 62% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-07-24T17:53:28.718Z] 62% [37 libstdc++-7-dev 6574 B/1471 kB 0%] 65% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-07-24T17:53:29.292Z] 65% [38 g++-7 16.2 kB/9697 kB 0%] 78% [38 g++-7 9194 kB/9697 kB 95%] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-07-24T17:53:29.292Z] 79% [39 g++ 1568 B/1568 B 100%] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-07-24T17:53:29.292Z] 79% [40 make 26.2 kB/154 kB 17%] 79% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-24T17:53:29.292Z] 80% [41 libdpkg-perl 24.4 kB/211 kB 12%] 80% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-07-24T17:53:29.292Z] 80% [42 patch 9609 B/102 kB 9%] 81% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-24T17:53:29.292Z] 81% [43 dpkg-dev 9226 B/607 kB 2%] 82% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-07-24T17:53:29.292Z] 82% [44 build-essential 4758 B/4758 B 100%] 82% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-24T17:53:29.292Z] 82% [45 curl 16.1 kB/159 kB 10%] 83% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-07-24T17:53:29.292Z] 83% [46 libfakeroot 23.7 kB/25.9 kB 91%] 83% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-07-24T17:53:29.292Z] 83% [47 fakeroot 20.6 kB/62.3 kB 33%] 83% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-24T17:53:29.292Z] 83% [48 libcurl3-gnutls 30.4 kB/212 kB 14%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-24T17:53:29.292Z] 84% [49 liberror-perl 14.3 kB/22.8 kB 63%] 84% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-24T17:53:29.292Z] 84% [50 git-man 56.7 kB/804 kB 7%] 86% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-24T17:53:29.553Z] 86% [51 git 20.2 kB/3915 kB 1%] 92% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-24T17:53:29.553Z] 92% [52 libalgorithm-diff-perl 28.3 kB/47.6 kB 59%] 92% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-07-24T17:53:29.553Z] 92% [53 libalgorithm-diff-xs-perl 8431 B/11.1 kB 76%] 92% [Working] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-24T17:53:29.553Z] 92% [54 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 93% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-07-24T17:53:29.553Z] 93% [55 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-07-24T17:53:29.553Z] 93% [56 libnorm1 16.4 kB/224 kB 7%] 94% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-07-24T17:53:29.553Z] 94% [57 libpgm-5.2-0 5038 B/157 kB 3%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-07-24T17:53:29.553Z] 94% [58 libsodium23 12.6 kB/143 kB 9%] 95% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-07-24T17:53:29.553Z] 95% [59 libzmq5 15.8 kB/221 kB 7%] 95% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-07-24T17:53:29.553Z] 95% [60 libzmq3-dev 16.4 kB/400 kB 4%] 96% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-07-24T17:53:29.814Z] 96% [61 manpages-dev 8192 B/2217 kB 0%] 100% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-07-24T17:53:29.814Z] 100% [62 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 57.5 MB in 4s (15.4 MB/s) [2020-07-24T17:53:30.075Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-24T17:53:30.339Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-24T17:53:30.339Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-07-24T17:53:30.339Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-07-24T17:53:30.339Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-24T17:53:30.339Z] Selecting previously unselected package perl-modules-5.26. [2020-07-24T17:53:30.339Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-24T17:53:30.339Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-24T17:53:30.954Z] ---> Running in b6724d541d53 [2020-07-24T17:53:31.557Z] Removing intermediate container b6724d541d53 [2020-07-24T17:53:31.557Z] ---> a0f7cd764cfe [2020-07-24T17:53:31.557Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:53:31.557Z] ---> Running in 34abe9ec18c0 [2020-07-24T17:53:33.642Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-24T17:53:33.642Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-24T17:53:33.642Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-24T17:53:33.642Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-24T17:53:33.642Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-24T17:53:33.642Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-24T17:53:33.642Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-24T17:53:33.642Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-24T17:53:33.642Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-24T17:53:34.176Z] Removing intermediate container 34abe9ec18c0 [2020-07-24T17:53:34.176Z] ---> 37fc8db53079 [2020-07-24T17:53:34.176Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-24T17:53:34.176Z] ---> Running in ef8c52373179 [2020-07-24T17:53:35.026Z] Selecting previously unselected package perl. [2020-07-24T17:53:35.026Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-24T17:53:35.026Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-24T17:53:35.026Z] Selecting previously unselected package less. [2020-07-24T17:53:35.026Z] Preparing to unpack .../06-less_487-0.1_amd64.deb ... [2020-07-24T17:53:35.026Z] Unpacking less (487-0.1) ... [2020-07-24T17:53:35.026Z] Selecting previously unselected package netbase. [2020-07-24T17:53:35.026Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-07-24T17:53:35.026Z] Unpacking netbase (5.4) ... [2020-07-24T17:53:35.026Z] Selecting previously unselected package manpages. [2020-07-24T17:53:35.026Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-07-24T17:53:35.026Z] Unpacking manpages (4.15-1) ... [2020-07-24T17:53:35.287Z] Selecting previously unselected package binutils-common:amd64. [2020-07-24T17:53:35.287Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-24T17:53:35.287Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:53:35.287Z] Selecting previously unselected package libbinutils:amd64. [2020-07-24T17:53:35.287Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-24T17:53:35.287Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:53:35.546Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-07-24T17:53:35.546Z] Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-24T17:53:35.546Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:53:35.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:36.120Z] Selecting previously unselected package binutils. [2020-07-24T17:53:36.120Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-24T17:53:36.120Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:53:36.120Z] Selecting previously unselected package libc-dev-bin. [2020-07-24T17:53:36.120Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-07-24T17:53:36.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:36.383Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-24T17:53:36.383Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-07-24T17:53:36.383Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_amd64.deb ... [2020-07-24T17:53:36.383Z] Unpacking linux-libc-dev:amd64 (4.15.0-112.113) ... [2020-07-24T17:53:37.182Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-07-24T17:53:37.182Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-24T17:53:37.182Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-07-24T17:53:37.182Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-24T17:53:37.324Z] Selecting previously unselected package libc6-dev:amd64. [2020-07-24T17:53:37.324Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-07-24T17:53:37.324Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-24T17:53:37.452Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-24T17:53:37.452Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-24T17:53:37.724Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:53:37.724Z] OK: 143 MiB in 45 packages [2020-07-24T17:53:38.268Z] Selecting previously unselected package gcc-7-base:amd64. [2020-07-24T17:53:38.268Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:38.268Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:38.268Z] Selecting previously unselected package libisl19:amd64. [2020-07-24T17:53:38.268Z] Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... [2020-07-24T17:53:38.268Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-07-24T17:53:38.268Z] Selecting previously unselected package libmpfr6:amd64. [2020-07-24T17:53:38.268Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... [2020-07-24T17:53:38.268Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-07-24T17:53:38.529Z] Selecting previously unselected package libmpc3:amd64. [2020-07-24T17:53:38.529Z] Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... [2020-07-24T17:53:38.529Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-07-24T17:53:38.529Z] Selecting previously unselected package cpp-7. [2020-07-24T17:53:38.529Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:38.529Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:39.154Z] Removing intermediate container ef8c52373179 [2020-07-24T17:53:39.154Z] ---> f13fdfcd9068 [2020-07-24T17:53:39.154Z] Step 6/8 : WORKDIR /app [2020-07-24T17:53:39.154Z] ---> Running in b0829399e85a [2020-07-24T17:53:39.428Z] Removing intermediate container b0829399e85a [2020-07-24T17:53:39.428Z] ---> 56c6e0df0bae [2020-07-24T17:53:39.428Z] Step 7/8 : COPY . . [2020-07-24T17:53:40.399Z] ---> 84ce75749471 [2020-07-24T17:53:40.399Z] Step 8/8 : RUN go mod download [2020-07-24T17:53:40.445Z] Selecting previously unselected package cpp. [2020-07-24T17:53:40.445Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-24T17:53:40.445Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:53:40.446Z] Selecting previously unselected package libcc1-0:amd64. [2020-07-24T17:53:40.446Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.446Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:40.446Z] Selecting previously unselected package libgomp1:amd64. [2020-07-24T17:53:40.446Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.446Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:40.446Z] Selecting previously unselected package libitm1:amd64. [2020-07-24T17:53:40.446Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.446Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:40.446Z] Selecting previously unselected package libatomic1:amd64. [2020-07-24T17:53:40.446Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.446Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:40.446Z] Selecting previously unselected package libasan4:amd64. [2020-07-24T17:53:40.446Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.446Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:40.672Z] ---> Running in 66b4b0cc6915 [2020-07-24T17:53:40.706Z] Selecting previously unselected package liblsan0:amd64. [2020-07-24T17:53:40.706Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.706Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:40.706Z] Selecting previously unselected package libtsan0:amd64. [2020-07-24T17:53:40.706Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.706Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:40.966Z] Selecting previously unselected package libubsan0:amd64. [2020-07-24T17:53:40.966Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.966Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:40.966Z] Selecting previously unselected package libcilkrts5:amd64. [2020-07-24T17:53:40.966Z] Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.966Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:40.966Z] Selecting previously unselected package libmpx2:amd64. [2020-07-24T17:53:40.966Z] Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:40.966Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:41.227Z] Selecting previously unselected package libquadmath0:amd64. [2020-07-24T17:53:41.227Z] Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:41.227Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:41.227Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-07-24T17:53:41.227Z] Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:41.227Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:42.166Z] Selecting previously unselected package gcc-7. [2020-07-24T17:53:42.166Z] Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:42.166Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:43.106Z] Selecting previously unselected package gcc. [2020-07-24T17:53:43.106Z] Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-24T17:53:43.106Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:53:43.106Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-07-24T17:53:43.106Z] Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:43.106Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:44.050Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:53:44.050Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:53:44.050Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-24T17:53:44.050Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:53:44.050Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-24T17:53:44.050Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-24T17:53:44.050Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:53:44.050Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-24T17:53:44.050Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T17:53:44.050Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:53:44.050Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.12 [2020-07-24T17:53:44.050Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T17:53:44.050Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:53:44.050Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T17:53:44.051Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:53:44.051Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T17:53:44.051Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T17:53:44.051Z] go: finding github.com/fatih/color v1.7.0 [2020-07-24T17:53:44.051Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-24T17:53:44.051Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:53:44.051Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T17:53:44.051Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:53:44.051Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:53:44.051Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T17:53:44.051Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-24T17:53:44.051Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-24T17:53:44.051Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:53:44.319Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-24T17:53:44.319Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-24T17:53:44.319Z] go: finding github.com/google/uuid v1.1.1 [2020-07-24T17:53:44.319Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-24T17:53:44.319Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:53:44.319Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-24T17:53:44.319Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-24T17:53:44.319Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:53:44.319Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:53:44.319Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-24T17:53:44.319Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-24T17:53:44.491Z] Selecting previously unselected package g++-7. [2020-07-24T17:53:44.491Z] Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-24T17:53:44.589Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T17:53:44.589Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-24T17:53:44.757Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:44.856Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-24T17:53:44.856Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-24T17:53:44.856Z] go: finding github.com/kr/pty v1.1.1 [2020-07-24T17:53:44.856Z] go: finding github.com/kr/text v0.1.0 [2020-07-24T17:53:44.856Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-24T17:53:44.857Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-24T17:53:44.857Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-24T17:53:44.857Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-24T17:53:44.857Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:53:44.857Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:53:44.857Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-24T17:53:44.857Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-24T17:53:45.124Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-24T17:53:45.124Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-24T17:53:45.124Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:53:45.124Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:53:45.124Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-24T17:53:45.124Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-24T17:53:45.124Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-24T17:53:45.124Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:53:45.124Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:53:45.124Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-24T17:53:45.124Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-24T17:53:45.391Z] go: finding github.com/posener/complete v1.1.1 [2020-07-24T17:53:45.391Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-24T17:53:45.391Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-24T17:53:45.391Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-24T17:53:45.391Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-24T17:53:45.391Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-24T17:53:45.391Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-24T17:53:45.391Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-24T17:53:45.391Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T17:53:45.661Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-24T17:53:45.661Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T17:53:45.661Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T17:53:45.661Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:53:45.661Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:53:45.661Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-24T17:53:45.661Z] go: finding golang.org/x/text v0.3.2 [2020-07-24T17:53:45.661Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-24T17:53:45.661Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-24T17:53:45.661Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-24T17:53:45.661Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-24T17:53:45.697Z] Selecting previously unselected package g++. [2020-07-24T17:53:45.698Z] Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-24T17:53:45.698Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:53:45.698Z] Selecting previously unselected package make. [2020-07-24T17:53:45.698Z] Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-24T17:53:45.698Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-24T17:53:45.698Z] Selecting previously unselected package libdpkg-perl. [2020-07-24T17:53:45.698Z] Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-24T17:53:45.698Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-24T17:53:45.935Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-24T17:53:45.935Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-24T17:53:45.935Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-24T17:53:45.958Z] Selecting previously unselected package patch. [2020-07-24T17:53:45.958Z] Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-24T17:53:45.958Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-24T17:53:45.958Z] Selecting previously unselected package dpkg-dev. [2020-07-24T17:53:45.958Z] Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-24T17:53:46.218Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-24T17:53:46.218Z] Selecting previously unselected package build-essential. [2020-07-24T17:53:46.218Z] Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... [2020-07-24T17:53:46.218Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-24T17:53:46.218Z] Selecting previously unselected package curl. [2020-07-24T17:53:46.218Z] Preparing to unpack .../44-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-24T17:53:46.218Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-24T17:53:46.479Z] Selecting previously unselected package libfakeroot:amd64. [2020-07-24T17:53:46.479Z] Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-24T17:53:46.479Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-24T17:53:46.479Z] Selecting previously unselected package fakeroot. [2020-07-24T17:53:46.479Z] Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-24T17:53:46.479Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-24T17:53:46.479Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-24T17:53:46.479Z] Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-24T17:53:46.479Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-24T17:53:46.738Z] Selecting previously unselected package liberror-perl. [2020-07-24T17:53:46.738Z] Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... [2020-07-24T17:53:46.738Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-24T17:53:46.738Z] Selecting previously unselected package git-man. [2020-07-24T17:53:46.738Z] Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-24T17:53:46.738Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-24T17:53:46.998Z] Selecting previously unselected package git. [2020-07-24T17:53:46.998Z] Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-24T17:53:46.998Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-24T17:53:47.939Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-24T17:53:47.939Z] Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-24T17:53:47.939Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-24T17:53:47.939Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-24T17:53:47.939Z] Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-07-24T17:53:47.939Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-24T17:53:47.939Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-24T17:53:47.939Z] Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-24T17:53:47.939Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-24T17:53:47.939Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-24T17:53:47.939Z] Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-07-24T17:53:47.939Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-24T17:53:48.200Z] Selecting previously unselected package libnorm1:amd64. [2020-07-24T17:53:48.200Z] Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-07-24T17:53:48.200Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-24T17:53:48.200Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-07-24T17:53:48.200Z] Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-07-24T17:53:48.200Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-24T17:53:48.200Z] Selecting previously unselected package libsodium23:amd64. [2020-07-24T17:53:48.200Z] Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... [2020-07-24T17:53:48.200Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-07-24T17:53:48.460Z] Selecting previously unselected package libzmq5:amd64. [2020-07-24T17:53:48.460Z] Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-24T17:53:48.460Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-24T17:53:48.460Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-07-24T17:53:48.460Z] Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-24T17:53:48.460Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-24T17:53:48.460Z] Selecting previously unselected package manpages-dev. [2020-07-24T17:53:48.460Z] Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... [2020-07-24T17:53:48.460Z] Unpacking manpages-dev (4.15-1) ... [2020-07-24T17:53:49.030Z] Selecting previously unselected package pkg-config. [2020-07-24T17:53:49.030Z] Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-07-24T17:53:49.030Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-24T17:53:49.030Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:49.030Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:49.030Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-24T17:53:49.030Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:49.030Z] Setting up manpages (4.15-1) ... [2020-07-24T17:53:49.030Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-24T17:53:49.290Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:49.290Z] Setting up less (487-0.1) ... [2020-07-24T17:53:49.561Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-24T17:53:49.561Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-24T17:53:49.561Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-24T17:53:49.561Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:49.561Z] Setting up linux-libc-dev:amd64 (4.15.0-112.113) ... [2020-07-24T17:53:49.561Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-07-24T17:53:49.561Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-24T17:53:49.561Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-24T17:53:49.561Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:49.561Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-24T17:53:49.561Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:49.822Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:53:49.822Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-07-24T17:53:49.822Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:49.822Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-24T17:53:49.822Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-24T17:53:49.822Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-24T17:53:49.822Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-07-24T17:53:49.822Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-24T17:53:49.822Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-24T17:53:50.083Z] Setting up manpages-dev (4.15-1) ... [2020-07-24T17:53:50.083Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-24T17:53:50.083Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:53:50.083Z] Setting up netbase (5.4) ... [2020-07-24T17:53:50.083Z] Setting up libisl19:amd64 (0.19-1) ... [2020-07-24T17:53:50.083Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-24T17:53:50.083Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:50.083Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:53:50.344Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:50.344Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:50.344Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-24T17:53:50.344Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-24T17:53:50.344Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-24T17:53:50.344Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:53:50.344Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:53:50.344Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:53:50.344Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:53:50.344Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:53:50.344Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:53:50.344Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:53:50.344Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:53:50.344Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:50.344Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:50.344Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:50.344Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-24T17:53:50.605Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:53:50.605Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:53:50.605Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-24T17:53:50.605Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-24T17:53:50.605Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-24T17:53:50.605Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:53:50.605Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:50.605Z] Setting up liberror-perl (0.17025-1) ... [2020-07-24T17:53:50.865Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:53:50.865Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-24T17:53:50.865Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:53:50.865Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-24T17:53:50.865Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-24T17:53:50.865Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-24T17:53:50.865Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:53:51.125Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-24T17:53:51.125Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-07-24T17:53:51.125Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-24T17:53:51.125Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-24T17:53:51.125Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-24T17:53:51.125Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-24T17:53:51.125Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-24T17:53:53.666Z] binutils set to automatically installed. [2020-07-24T17:53:53.666Z] binutils-common set to automatically installed. [2020-07-24T17:53:53.666Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-07-24T17:53:53.666Z] build-essential set to automatically installed. [2020-07-24T17:53:53.666Z] cpp set to automatically installed. [2020-07-24T17:53:53.666Z] cpp-7 set to automatically installed. [2020-07-24T17:53:53.666Z] curl set to automatically installed. [2020-07-24T17:53:53.666Z] dpkg-dev set to automatically installed. [2020-07-24T17:53:53.666Z] fakeroot set to automatically installed. [2020-07-24T17:53:53.666Z] g++ set to automatically installed. [2020-07-24T17:53:53.666Z] g++-7 set to automatically installed. [2020-07-24T17:53:53.666Z] gcc set to automatically installed. [2020-07-24T17:53:53.666Z] gcc-7 set to automatically installed. [2020-07-24T17:53:53.666Z] gcc-7-base set to automatically installed. [2020-07-24T17:53:53.666Z] git set to automatically installed. [2020-07-24T17:53:53.927Z] git-man set to automatically installed. [2020-07-24T17:53:53.927Z] less set to automatically installed. [2020-07-24T17:53:53.927Z] libalgorithm-diff-perl set to automatically installed. [2020-07-24T17:53:53.927Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-24T17:53:53.927Z] libalgorithm-merge-perl set to automatically installed. [2020-07-24T17:53:53.927Z] libasan4 set to automatically installed. [2020-07-24T17:53:53.927Z] libatomic1 set to automatically installed. [2020-07-24T17:53:53.927Z] libbinutils set to automatically installed. [2020-07-24T17:53:53.927Z] libc-dev-bin set to automatically installed. [2020-07-24T17:53:53.927Z] libc6-dev set to automatically installed. [2020-07-24T17:53:53.927Z] libcc1-0 set to automatically installed. [2020-07-24T17:53:53.927Z] libcilkrts5 set to automatically installed. [2020-07-24T17:53:53.927Z] libcurl3-gnutls set to automatically installed. [2020-07-24T17:53:53.927Z] libdpkg-perl set to automatically installed. [2020-07-24T17:53:53.927Z] liberror-perl set to automatically installed. [2020-07-24T17:53:53.927Z] libfakeroot set to automatically installed. [2020-07-24T17:53:53.927Z] libfile-fcntllock-perl set to automatically installed. [2020-07-24T17:53:53.927Z] libgcc-7-dev set to automatically installed. [2020-07-24T17:53:53.927Z] libgdbm-compat4 set to automatically installed. [2020-07-24T17:53:53.927Z] libgdbm5 set to automatically installed. [2020-07-24T17:53:53.927Z] libgomp1 set to automatically installed. [2020-07-24T17:53:53.927Z] libisl19 set to automatically installed. [2020-07-24T17:53:53.927Z] libitm1 set to automatically installed. [2020-07-24T17:53:53.927Z] liblocale-gettext-perl set to automatically installed. [2020-07-24T17:53:53.927Z] liblsan0 set to automatically installed. [2020-07-24T17:53:53.927Z] libmpc3 set to automatically installed. [2020-07-24T17:53:53.927Z] libmpfr6 set to automatically installed. [2020-07-24T17:53:54.231Z] libmpx2 set to automatically installed. [2020-07-24T17:53:54.232Z] libnorm1 set to automatically installed. [2020-07-24T17:53:54.232Z] libperl5.26 set to automatically installed. [2020-07-24T17:53:54.232Z] libpgm-5.2-0 set to automatically installed. [2020-07-24T17:53:54.232Z] libquadmath0 set to automatically installed. [2020-07-24T17:53:54.232Z] libsodium23 set to automatically installed. [2020-07-24T17:53:54.232Z] libstdc++-7-dev set to automatically installed. [2020-07-24T17:53:54.232Z] libtsan0 set to automatically installed. [2020-07-24T17:53:54.232Z] libubsan0 set to automatically installed. [2020-07-24T17:53:54.232Z] libzmq3-dev set to automatically installed. [2020-07-24T17:53:54.232Z] libzmq5 set to automatically installed. [2020-07-24T17:53:54.232Z] linux-libc-dev set to automatically installed. [2020-07-24T17:53:54.232Z] make set to automatically installed. [2020-07-24T17:53:54.232Z] manpages set to automatically installed. [2020-07-24T17:53:54.232Z] manpages-dev set to automatically installed. [2020-07-24T17:53:54.232Z] netbase set to automatically installed. [2020-07-24T17:53:54.232Z] patch set to automatically installed. [2020-07-24T17:53:54.232Z] perl set to automatically installed. [2020-07-24T17:53:54.232Z] perl-modules-5.26 set to automatically installed. [2020-07-24T17:53:54.232Z] pkg-config set to automatically installed. [2020-07-24T17:53:54.232Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-24T17:53:54.232Z] Please ensure the environment is properly setup before continuing. [2020-07-24T17:53:54.232Z] Ignore this message if the appropriate measures have already been taken [2020-07-24T17:53:54.861Z] Pulling go  [2020-07-24T17:53:56.294Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-24T17:53:56.294Z] Skipping pull go (already ran) [2020-07-24T17:53:56.294Z] Building go  [2020-07-24T17:53:56.294Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-24T17:53:56.294Z] Dload Upload Total Spent Left Speed [2020-07-24T17:53:58.397Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 114M 25 29.1M 0 0 40.7M 0 0:00:02 --:--:-- 0:00:02 40.7M 73 114M 73 83.9M 0 0 47.5M 0 0:00:02 0:00:01 0:00:01 47.5M 100 114M 100 114M 0 0 49.4M 0 0:00:02 0:00:02 --:--:-- 49.4M [2020-07-24T17:53:59.338Z] go1.13.10.linux-amd64.tar.gz: OK [2020-07-24T17:54:04.245Z] Removing intermediate container 66b4b0cc6915 [2020-07-24T17:54:04.245Z] ---> 5891c10f3736 [2020-07-24T17:54:04.245Z] Successfully built 5891c10f3736 [2020-07-24T17:54:04.245Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-24T17:54:05.119Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-24T17:54:05.448Z] + ls -al . [2020-07-24T17:54:05.448Z] total 100 [2020-07-24T17:54:05.448Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 24 17:52 . [2020-07-24T17:54:05.448Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 24 17:52 .. [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 24 17:52 .dockerignore [2020-07-24T17:54:05.448Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 24 17:52 .git [2020-07-24T17:54:05.448Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 24 17:52 .github [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 93 Jul 24 17:52 .gitignore [2020-07-24T17:54:05.448Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 24 17:52 .semver [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jul 24 17:52 Attribution.txt [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 1997 Jul 24 17:52 Dockerfile [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 966 Jul 24 17:52 Dockerfile.build [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 710 Jul 24 17:52 Jenkinsfile [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 24 17:52 LICENSE [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 481 Jul 24 17:52 README.md [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 24 17:48 VERSION [2020-07-24T17:54:05.448Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 24 17:52 bin [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 180 Jul 24 17:52 docker-compose.debug.yml [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 133 Jul 24 17:52 docker-compose.yml [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 133 Jul 24 17:52 go.mod [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jul 24 17:52 main.go [2020-07-24T17:54:05.448Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jul 24 17:52 makefile [2020-07-24T17:54:05.448Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 24 17:52 res [2020-07-24T17:54:05.448Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 24 17:52 snap [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:54:05.792Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=bfdbddfdc6859f31067ca67778b0f613e8d5706b --label arch=arm64 --label version=1.2.1-dev.5 . [2020-07-24T17:54:06.064Z] Sending build context to Docker daemon 288.8kB [2020-07-24T17:54:06.064Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-24T17:54:06.064Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-24T17:54:06.064Z] ---> 5891c10f3736 [2020-07-24T17:54:06.064Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-24T17:54:06.346Z] ---> Running in 1a2ec5ffed8c [2020-07-24T17:54:06.939Z] Removing intermediate container 1a2ec5ffed8c [2020-07-24T17:54:06.939Z] ---> aaf17485c1d6 [2020-07-24T17:54:06.939Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-24T17:54:06.939Z] ---> Running in a00dd5058699 [2020-07-24T17:54:07.530Z] Removing intermediate container a00dd5058699 [2020-07-24T17:54:07.530Z] ---> 413a5bb3f4e8 [2020-07-24T17:54:07.530Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T17:54:07.530Z] ---> Running in c6a66dc5beb4 [2020-07-24T17:54:08.123Z] Removing intermediate container c6a66dc5beb4 [2020-07-24T17:54:08.123Z] ---> 97b9517eb699 [2020-07-24T17:54:08.123Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:54:08.123Z] ---> Running in b220e06f1215 [2020-07-24T17:54:09.342Z] Staging go  [2020-07-24T17:54:09.343Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-07-24T17:54:09.343Z] 5% Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-24T17:54:09.603Z] 7% 53% 53% 53% 99% 14% [Working] 14% [Working] 14% Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-24T17:54:09.865Z] 13% 17% Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] [2020-07-24T17:54:09.865Z] 17% 3% [Working] 3% [Working] 3% Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-24T17:54:09.865Z] 3% 3% 3% 3% 3% [Working] 3% [Working] 3% Get:6 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-07-24T17:54:09.865Z] 4% 4% Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-07-24T17:54:10.125Z] 5% 5% 5% 9% 10% 10% 10% Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-24T17:54:10.125Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1023 kB] [2020-07-24T17:54:10.125Z] 14% 15% 15% 15% 15% 15% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-07-24T17:54:10.125Z] 16% 16% 18% Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-07-24T17:54:10.125Z] 18% 28% Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [98.3 kB] [2020-07-24T17:54:10.736Z] Removing intermediate container b220e06f1215 [2020-07-24T17:54:10.736Z] ---> ef507792c874 [2020-07-24T17:54:10.736Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-24T17:54:10.736Z] ---> Running in 7fa915012ecd [2020-07-24T17:54:10.963Z] 28% 29% 32% 32% 32% 36% 36% 36% 45% 45% 45% 50% 84% [Working] 84% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1322 kB] [2020-07-24T17:54:10.963Z] 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] [2020-07-24T17:54:10.964Z] 91% 99% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-24T17:54:10.964Z] 99% 99% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] [2020-07-24T17:54:10.964Z] 99% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-24T17:54:10.964Z] 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] [2020-07-24T17:54:12.058Z] 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.3 MB in 0s (0 B/s) [2020-07-24T17:54:12.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:54:12.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:54:13.724Z] OK: 143 MiB in 45 packages [2020-07-24T17:54:14.697Z] Removing intermediate container 7fa915012ecd [2020-07-24T17:54:14.697Z] ---> a788e19c1fbb [2020-07-24T17:54:14.697Z] Step 8/26 : WORKDIR /app [2020-07-24T17:54:14.697Z] ---> Running in 3399d172ad71 [2020-07-24T17:54:15.291Z] Removing intermediate container 3399d172ad71 [2020-07-24T17:54:15.291Z] ---> 7dad0caa2f07 [2020-07-24T17:54:15.291Z] Step 9/26 : COPY go.mod . [2020-07-24T17:54:15.883Z] ---> 3e8dd569219d [2020-07-24T17:54:15.883Z] Step 10/26 : RUN go mod download [2020-07-24T17:54:16.155Z] ---> Running in e6beb3b06247 [2020-07-24T17:54:16.253Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-07-24T17:54:16.824Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-07-24T17:54:17.085Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-07-24T17:54:17.345Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-07-24T17:54:17.605Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-07-24T17:54:17.866Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-07-24T17:54:18.126Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-07-24T17:54:18.386Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-07-24T17:54:18.647Z] Pulling app-service-config  [2020-07-24T17:54:18.759Z] Removing intermediate container e6beb3b06247 [2020-07-24T17:54:18.759Z] ---> c5f1e9befc07 [2020-07-24T17:54:18.759Z] Step 11/26 : COPY . . [2020-07-24T17:54:19.736Z] ---> cf9026cfaa55 [2020-07-24T17:54:19.736Z] Step 12/26 : ARG MAKE="make build" [2020-07-24T17:54:19.736Z] ---> Running in a8895928d828 [2020-07-24T17:54:20.010Z] Removing intermediate container a8895928d828 [2020-07-24T17:54:20.010Z] ---> 2f5a00263ab7 [2020-07-24T17:54:20.010Z] Step 13/26 : RUN $MAKE [2020-07-24T17:54:20.284Z] ---> Running in ce0a01f5b627 [2020-07-24T17:54:20.557Z] Pulling config-common  [2020-07-24T17:54:21.499Z] Skipping build go (already ran) [2020-07-24T17:54:21.499Z] Building app-service-config  [2020-07-24T17:54:21.725Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.5" -o app-service-configurable [2020-07-24T17:54:21.760Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.5" -o app-service-configurable [2020-07-24T17:54:23.143Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.12 [2020-07-24T17:54:23.143Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.12 [2020-07-24T17:54:23.143Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T17:54:23.143Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T17:54:23.143Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:54:23.143Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:54:23.143Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T17:54:23.143Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-24T17:54:23.408Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T17:54:23.408Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:54:23.408Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T17:54:23.408Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-24T17:54:23.408Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:54:23.408Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:54:23.408Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-24T17:54:23.408Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:54:23.408Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T17:54:23.408Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T17:54:23.408Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:54:23.408Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:54:23.408Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:54:23.408Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:54:23.408Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T17:54:23.408Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-24T17:54:23.408Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:54:23.408Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:54:23.408Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T17:54:23.408Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:54:23.408Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:54:23.408Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T17:54:23.408Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T17:54:23.408Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:54:23.408Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:54:23.408Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-24T17:54:23.408Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:54:23.408Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:54:23.408Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:54:23.408Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-24T17:54:23.408Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:54:23.408Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-24T17:54:23.408Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-24T17:54:23.408Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:54:23.408Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:54:23.668Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:54:23.668Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:54:23.668Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:54:23.668Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:54:23.668Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:54:23.668Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:54:23.668Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:54:23.668Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:54:23.668Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-24T17:54:23.668Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-24T17:54:23.668Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:54:23.668Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:54:23.668Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:54:23.668Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:54:23.668Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:54:23.668Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:54:23.668Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:54:23.668Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:54:23.668Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:54:23.668Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:54:23.668Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T17:54:23.668Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:54:23.668Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:54:23.929Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:54:23.929Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:54:23.929Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:54:23.929Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:54:24.499Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-07-24T17:54:24.499Z] go: downloading github.com/golang/snappy v0.0.1 [2020-07-24T17:54:24.499Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-07-24T17:54:24.499Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:54:24.499Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T17:54:24.499Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-07-24T17:54:24.499Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:54:24.499Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-07-24T17:54:24.499Z] go: extracting github.com/golang/snappy v0.0.1 [2020-07-24T17:54:24.499Z] go: downloading golang.org/x/text v0.3.2 [2020-07-24T17:54:24.499Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T17:54:24.499Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T17:54:24.758Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T17:54:25.327Z] go: extracting golang.org/x/text v0.3.2 [2020-07-24T17:54:25.899Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.12 [2020-07-24T17:54:25.899Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T17:54:25.899Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T17:54:25.899Z] go: finding github.com/google/uuid v1.1.1 [2020-07-24T17:54:25.899Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T17:54:25.899Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:54:25.899Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:54:25.899Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:54:25.899Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T17:54:25.899Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T17:54:25.899Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:54:25.899Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-24T17:54:25.899Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:54:25.899Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:54:25.899Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-24T17:54:25.899Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:54:25.899Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:54:25.899Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:54:25.899Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T17:54:25.899Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:54:25.899Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T17:54:25.899Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:54:25.899Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T17:54:25.899Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:54:25.899Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:54:25.899Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:54:25.899Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:54:25.899Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-24T17:54:25.899Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:54:25.899Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:54:25.899Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:54:25.899Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:54:26.163Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:54:26.163Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T17:54:26.163Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T17:54:26.163Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:54:26.163Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:54:26.163Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-24T17:54:26.163Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:54:26.163Z] go: finding golang.org/x/text v0.3.2 [2020-07-24T17:54:26.163Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:54:26.163Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T17:54:48.239Z] Building config-common  [2020-07-24T17:54:50.781Z] Skipping stage go (already ran) [2020-07-24T17:54:50.781Z] Staging app-service-config  [2020-07-24T17:54:51.351Z] Staging config-common  [2020-07-24T17:54:52.291Z] Priming go  [2020-07-24T17:54:53.233Z] Priming app-service-config  [2020-07-24T17:54:54.614Z] Priming config-common  [2020-07-24T17:54:57.683Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-07-24T17:54:57.683Z] Snapped edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap [2020-07-24T17:55:01.887Z] [2020-07-24T17:55:01.887Z] Login successful. You now have these capabilities: [2020-07-24T17:55:01.887Z]  [2020-07-24T17:55:01.887Z] snaps: No restriction [2020-07-24T17:55:01.887Z] channels: No restriction [2020-07-24T17:55:01.887Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-24T17:55:01.887Z] expires: 2021-07-14T18:21:36.256372 [2020-07-24T17:55:01.887Z]  [2020-07-24T17:55:02.459Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-24T17:55:02.459Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-24T17:55:02.459Z] Preparing to upload 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap'. [2020-07-24T17:55:02.459Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-24T17:55:02.459Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-24T17:55:04.331Z] Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [] 100% [2020-07-24T17:55:08.706Z] Removing intermediate container ce0a01f5b627 [2020-07-24T17:55:08.706Z] ---> a7c3920222db [2020-07-24T17:55:08.706Z] Step 14/26 : FROM alpine:latest [2020-07-24T17:55:08.706Z] latest: Pulling from library/alpine [2020-07-24T17:55:08.706Z] b538f80385f9: Already exists [2020-07-24T17:55:08.706Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-24T17:55:08.706Z] Status: Downloaded newer image for alpine:latest [2020-07-24T17:55:08.706Z] ---> 62ee0e9f8440 [2020-07-24T17:55:08.706Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-24T17:55:08.706Z] ---> Running in c384bbf85815 [2020-07-24T17:55:08.706Z] Removing intermediate container c384bbf85815 [2020-07-24T17:55:08.706Z] ---> 44f87a6578e3 [2020-07-24T17:55:08.706Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-24T17:55:08.706Z] ---> Running in fe8c70e4f71d [2020-07-24T17:55:08.976Z] Removing intermediate container fe8c70e4f71d [2020-07-24T17:55:08.976Z] ---> 5e160c0abc43 [2020-07-24T17:55:08.976Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-24T17:55:09.245Z] ---> Running in fcd97733f924 [2020-07-24T17:55:10.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:55:10.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:55:11.266Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-24T17:55:11.266Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-24T17:55:11.266Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-24T17:55:11.540Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-24T17:55:11.540Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-24T17:55:11.540Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-24T17:55:11.540Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:55:11.540Z] Executing ca-certificates-20191127-r4.trigger [2020-07-24T17:55:11.540Z] OK: 8 MiB in 20 packages [2020-07-24T17:55:13.508Z] Removing intermediate container fcd97733f924 [2020-07-24T17:55:13.508Z] ---> c31356d16b1a [2020-07-24T17:55:13.508Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-24T17:55:14.100Z] ---> d9cbee48e6bb [2020-07-24T17:55:14.100Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-24T17:55:14.692Z] ---> 178174413aae [2020-07-24T17:55:14.692Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-24T17:55:15.284Z] ---> 06d1b61d551e [2020-07-24T17:55:15.284Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-24T17:55:17.251Z] ---> a6567f68a782 [2020-07-24T17:55:17.251Z] Step 22/26 : EXPOSE 48095 [2020-07-24T17:55:17.251Z] ---> Running in 91d66c69f1b4 [2020-07-24T17:55:17.524Z] Removing intermediate container 91d66c69f1b4 [2020-07-24T17:55:17.524Z] ---> 378ff9033afc [2020-07-24T17:55:17.524Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-24T17:55:17.797Z] ---> Running in 4d30231cf22f [2020-07-24T17:55:18.080Z] Removing intermediate container 4d30231cf22f [2020-07-24T17:55:18.080Z] ---> 6cf510afbd04 [2020-07-24T17:55:18.080Z] Step 24/26 : LABEL arch=arm64 [2020-07-24T17:55:18.354Z] ---> Running in d29ea2bf89cf [2020-07-24T17:55:18.626Z] Removing intermediate container d29ea2bf89cf [2020-07-24T17:55:18.626Z] ---> 56d42a9e9a65 [2020-07-24T17:55:18.626Z] Step 25/26 : LABEL git_sha=bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T17:55:18.897Z] ---> Running in ce332d94cc45 [2020-07-24T17:55:19.168Z] Removing intermediate container ce332d94cc45 [2020-07-24T17:55:19.168Z] ---> 8b8cfa7143ff [2020-07-24T17:55:19.168Z] Step 26/26 : LABEL version=1.2.1-dev.5 [2020-07-24T17:55:19.441Z] ---> Running in 2a99f318bf73 [2020-07-24T17:55:20.033Z] Removing intermediate container 2a99f318bf73 [2020-07-24T17:55:20.033Z] ---> bd7581a8cc77 [2020-07-24T17:55:20.033Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-24T17:55:20.033Z] Successfully built bd7581a8cc77 [2020-07-24T17:55:20.033Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-24T17:55:20.423Z] provisioning config files... [2020-07-24T17:55:20.458Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/41@tmp/config1246753529806507141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-24T17:55:20.864Z] nexus3.edgexfoundry.org:10001 [2020-07-24T17:55:21.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:55:21.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:55:21.410Z] Configure a credential helper to remove this warning. See [2020-07-24T17:55:21.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:55:21.410Z] [2020-07-24T17:55:21.410Z] Login Succeeded [2020-07-24T17:55:21.410Z] nexus3.edgexfoundry.org:10002 [2020-07-24T17:55:21.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:55:21.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:55:21.951Z] Configure a credential helper to remove this warning. See [2020-07-24T17:55:21.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:55:21.951Z] [2020-07-24T17:55:21.951Z] Login Succeeded [2020-07-24T17:55:21.951Z] nexus3.edgexfoundry.org:10003 [2020-07-24T17:55:22.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:55:22.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:55:22.220Z] Configure a credential helper to remove this warning. See [2020-07-24T17:55:22.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:55:22.220Z] [2020-07-24T17:55:22.220Z] Login Succeeded [2020-07-24T17:55:22.220Z] nexus3.edgexfoundry.org:10004 [2020-07-24T17:55:22.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:55:22.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:55:22.814Z] Configure a credential helper to remove this warning. See [2020-07-24T17:55:22.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:55:22.814Z] [2020-07-24T17:55:22.814Z] Login Succeeded [2020-07-24T17:55:22.814Z] docker.io [2020-07-24T17:55:23.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-24T17:55:23.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-24T17:55:23.677Z] Configure a credential helper to remove this warning. See [2020-07-24T17:55:23.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-24T17:55:23.677Z] [2020-07-24T17:55:23.677Z] Login Succeeded [Pipeline] } [2020-07-24T17:55:23.693Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-24T17:55:23.856Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-07-24T17:55:23.856Z] bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T17:55:23.856Z] latest [2020-07-24T17:55:23.856Z] 1.2.1-dev.5 [2020-07-24T17:55:23.856Z] bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5 [2020-07-24T17:55:23.856Z] master [2020-07-24T17:55:23.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:24.329Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bfdbddfdc6859f31067ca67778b0f613e8d5706b [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:24.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T17:55:24.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-24T17:55:24.665Z] 394cfe356165: Preparing [2020-07-24T17:55:24.665Z] a0f54559bc68: Preparing [2020-07-24T17:55:24.665Z] 57832598f757: Preparing [2020-07-24T17:55:24.665Z] 00a7bbde736f: Preparing [2020-07-24T17:55:24.665Z] 6486c68cb2fa: Preparing [2020-07-24T17:55:24.665Z] e2f13739ad41: Preparing [2020-07-24T17:55:24.665Z] e2f13739ad41: Waiting [2020-07-24T17:55:24.945Z] 57832598f757: Pushed [2020-07-24T17:55:24.945Z] a0f54559bc68: Pushed [2020-07-24T17:55:24.945Z] 00a7bbde736f: Pushed [2020-07-24T17:55:24.945Z] e2f13739ad41: Layer already exists [2020-07-24T17:55:25.493Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-07-24T17:55:25.493Z] released [2020-07-24T17:55:25.545Z] 6486c68cb2fa: Pushed [2020-07-24T17:55:25.765Z] Revision 28 of 'edgex-app-service-configurable' created. [2020-07-24T17:55:26.374Z] Track Arch Channel Version Revision [2020-07-24T17:55:26.374Z] latest amd64 stable 1.2.0-20200615+a7f3ace 14 [2020-07-24T17:55:26.374Z] candidate 1.2.0-20200615+a7f3ace 14 [2020-07-24T17:55:26.374Z] beta 1.2.0-20200615+a7f3ace 14 [2020-07-24T17:55:26.374Z] edge 1.2.0-20200724+bfdbddf 28 [2020-07-24T17:55:27.015Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-24T17:55:27.015Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-24T17:55:27.015Z] Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_amd64.snap' [2020-07-24T17:55:28.906Z] 394cfe356165: Pushed [2020-07-24T17:55:29.177Z] bfdbddfdc6859f31067ca67778b0f613e8d5706b: digest: sha256:1c570377f2b59dbf703d7b3815584b5ccf821ce6657162b58961783efeb81766 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:29.517Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:29.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-07-24T17:55:29.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-24T17:55:30.213Z] 394cfe356165: Preparing [2020-07-24T17:55:30.213Z] a0f54559bc68: Preparing [2020-07-24T17:55:30.213Z] 57832598f757: Preparing [2020-07-24T17:55:30.213Z] 00a7bbde736f: Preparing [2020-07-24T17:55:30.213Z] 6486c68cb2fa: Preparing [2020-07-24T17:55:30.213Z] e2f13739ad41: Preparing [2020-07-24T17:55:30.213Z] 394cfe356165: Layer already exists [2020-07-24T17:55:30.213Z] 00a7bbde736f: Layer already exists [2020-07-24T17:55:30.213Z] a0f54559bc68: Layer already exists [2020-07-24T17:55:30.213Z] 6486c68cb2fa: Layer already exists [2020-07-24T17:55:30.213Z] 57832598f757: Layer already exists [2020-07-24T17:55:30.213Z] e2f13739ad41: Layer already exists [2020-07-24T17:55:30.213Z] latest: digest: sha256:1c570377f2b59dbf703d7b3815584b5ccf821ce6657162b58961783efeb81766 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:30.314Z] The metadata has been uploaded [2020-07-24T17:55:30.591Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:30.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.5 [2020-07-24T17:55:31.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-24T17:55:31.250Z] 394cfe356165: Preparing [2020-07-24T17:55:31.250Z] a0f54559bc68: Preparing [2020-07-24T17:55:31.250Z] 57832598f757: Preparing [2020-07-24T17:55:31.250Z] 00a7bbde736f: Preparing [2020-07-24T17:55:31.250Z] 6486c68cb2fa: Preparing [2020-07-24T17:55:31.250Z] e2f13739ad41: Preparing [2020-07-24T17:55:31.250Z] e2f13739ad41: Waiting [2020-07-24T17:55:31.250Z] 394cfe356165: Layer already exists [2020-07-24T17:55:31.250Z] 00a7bbde736f: Layer already exists [2020-07-24T17:55:31.250Z] 57832598f757: Layer already exists [2020-07-24T17:55:31.250Z] 6486c68cb2fa: Layer already exists [2020-07-24T17:55:31.250Z] a0f54559bc68: Layer already exists [2020-07-24T17:55:31.250Z] e2f13739ad41: Layer already exists [2020-07-24T17:55:31.250Z] 1.2.1-dev.5: digest: sha256:1c570377f2b59dbf703d7b3815584b5ccf821ce6657162b58961783efeb81766 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:31.644Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2020-07-24T17:55:31.780Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-07-24T17:55:32.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5 [2020-07-24T17:55:32.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-24T17:55:32.004Z] 394cfe356165: Preparing [2020-07-24T17:55:32.004Z] a0f54559bc68: Preparing [2020-07-24T17:55:32.004Z] 57832598f757: Preparing [2020-07-24T17:55:32.004Z] 00a7bbde736f: Preparing [2020-07-24T17:55:32.004Z] 6486c68cb2fa: Preparing [2020-07-24T17:55:32.004Z] e2f13739ad41: Preparing [2020-07-24T17:55:32.004Z] e2f13739ad41: Waiting [2020-07-24T17:55:32.004Z] 394cfe356165: Layer already exists [2020-07-24T17:55:32.004Z] 57832598f757: Layer already exists [2020-07-24T17:55:32.004Z] 00a7bbde736f: Layer already exists [2020-07-24T17:55:32.004Z] a0f54559bc68: Layer already exists [2020-07-24T17:55:32.004Z] 6486c68cb2fa: Layer already exists [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2020-07-24T17:55:32.276Z] e2f13739ad41: Layer already exists [2020-07-24T17:55:32.276Z] bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5: digest: sha256:1c570377f2b59dbf703d7b3815584b5ccf821ce6657162b58961783efeb81766 size: 1574 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:32.792Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:55:33.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-07-24T17:55:33.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-24T17:55:33.125Z] 394cfe356165: Preparing [2020-07-24T17:55:33.125Z] a0f54559bc68: Preparing [2020-07-24T17:55:33.125Z] 57832598f757: Preparing [2020-07-24T17:55:33.125Z] 00a7bbde736f: Preparing [2020-07-24T17:55:33.125Z] 6486c68cb2fa: Preparing [2020-07-24T17:55:33.125Z] e2f13739ad41: Preparing [2020-07-24T17:55:33.125Z] e2f13739ad41: Waiting [2020-07-24T17:55:33.125Z] 57832598f757: Layer already exists [2020-07-24T17:55:33.125Z] a0f54559bc68: Layer already exists [2020-07-24T17:55:33.125Z] 6486c68cb2fa: Layer already exists [2020-07-24T17:55:33.125Z] 00a7bbde736f: Layer already exists [2020-07-24T17:55:33.125Z] 394cfe356165: Layer already exists [2020-07-24T17:55:33.125Z] e2f13739ad41: Layer already exists [2020-07-24T17:55:33.394Z] master: digest: sha256:1c570377f2b59dbf703d7b3815584b5ccf821ce6657162b58961783efeb81766 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-24T17:55:33.564Z] ===================================================== [Pipeline] echo [2020-07-24T17:55:33.603Z] taggedImages: [2020-07-24T17:55:33.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T17:55:33.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-07-24T17:55:33.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.5 [2020-07-24T17:55:33.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bfdbddfdc6859f31067ca67778b0f613e8d5706b-1.2.1-dev.5 [2020-07-24T17:55:33.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-24T17:55:34.547Z] + find /w/workspace/app-service-configurable/41 [2020-07-24T17:55:34.547Z] + grep snapcraft.yaml [2020-07-24T17:55:34.547Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/41/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-24T17:55:34.689Z] provisioning config files... [2020-07-24T17:55:34.707Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/41@tmp/config1284126356615217750tmp [Pipeline] { [Pipeline] sh [2020-07-24T17:55:35.077Z] + cp /w/workspace/app-service-configurable/41@tmp/config1284126356615217750tmp /w/workspace/app-service-configurable/41/edgex-snap-store-login [Pipeline] sh [2020-07-24T17:55:35.410Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/41:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-24T17:55:35.410Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-24T17:55:35.410Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-24T17:55:35.410Z] 68fe03cb170d: Pulling fs layer [2020-07-24T17:55:35.410Z] 18959295effb: Pulling fs layer [2020-07-24T17:55:35.410Z] 51118fb70ce3: Pulling fs layer [2020-07-24T17:55:35.410Z] 409a5d9eae93: Pulling fs layer [2020-07-24T17:55:35.410Z] 76e762919bd5: Pulling fs layer [2020-07-24T17:55:35.410Z] 8ed2c1ec22f6: Pulling fs layer [2020-07-24T17:55:35.410Z] 7f90baa40d9b: Pulling fs layer [2020-07-24T17:55:35.410Z] e1aa5cc854c1: Pulling fs layer [2020-07-24T17:55:35.410Z] b0d1d86f3456: Pulling fs layer [2020-07-24T17:55:35.410Z] 76e762919bd5: Waiting [2020-07-24T17:55:35.410Z] 8ed2c1ec22f6: Waiting [2020-07-24T17:55:35.410Z] 7f90baa40d9b: Waiting [2020-07-24T17:55:35.410Z] e1aa5cc854c1: Waiting [2020-07-24T17:55:35.410Z] b0d1d86f3456: Waiting [2020-07-24T17:55:35.410Z] 409a5d9eae93: Waiting [2020-07-24T17:55:35.410Z] 51118fb70ce3: Verifying Checksum [2020-07-24T17:55:35.410Z] 51118fb70ce3: Download complete [2020-07-24T17:55:35.681Z] 18959295effb: Verifying Checksum [2020-07-24T17:55:35.681Z] 18959295effb: Download complete [2020-07-24T17:55:35.681Z] 409a5d9eae93: Verifying Checksum [2020-07-24T17:55:35.681Z] 409a5d9eae93: Download complete [2020-07-24T17:55:35.681Z] 8ed2c1ec22f6: Download complete [2020-07-24T17:55:35.681Z] 7f90baa40d9b: Verifying Checksum [2020-07-24T17:55:35.681Z] 7f90baa40d9b: Download complete [2020-07-24T17:55:35.681Z] e1aa5cc854c1: Verifying Checksum [2020-07-24T17:55:35.681Z] e1aa5cc854c1: Download complete [2020-07-24T17:55:35.681Z] b0d1d86f3456: Download complete [2020-07-24T17:55:36.279Z] 68fe03cb170d: Verifying Checksum [2020-07-24T17:55:36.279Z] 68fe03cb170d: Download complete [2020-07-24T17:55:38.893Z] 68fe03cb170d: Pull complete [2020-07-24T17:55:39.484Z] 18959295effb: Pull complete [2020-07-24T17:55:39.755Z] 51118fb70ce3: Pull complete [2020-07-24T17:55:40.026Z] 409a5d9eae93: Pull complete [2020-07-24T17:55:45.425Z] 76e762919bd5: Verifying Checksum [2020-07-24T17:55:45.425Z] 76e762919bd5: Download complete [2020-07-24T17:56:24.406Z] 76e762919bd5: Pull complete [2020-07-24T17:56:24.406Z] 8ed2c1ec22f6: Pull complete [2020-07-24T17:56:24.999Z] 7f90baa40d9b: Pull complete [2020-07-24T17:56:25.972Z] e1aa5cc854c1: Pull complete [2020-07-24T17:56:26.249Z] b0d1d86f3456: Pull complete [2020-07-24T17:56:26.249Z] Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab [2020-07-24T17:56:26.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-24T17:56:32.932Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-24T17:56:32.932Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-24T17:56:32.932Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-24T17:56:32.932Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-24T17:56:33.204Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] [2020-07-24T17:56:33.477Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [913 kB] [2020-07-24T17:56:33.477Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] [2020-07-24T17:56:34.068Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [764 kB] [2020-07-24T17:56:34.068Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [639 kB] [2020-07-24T17:56:34.339Z] Fetched 3822 kB in 2s (1743 kB/s) [2020-07-24T17:56:39.708Z] Reading package lists... [2020-07-24T17:56:46.382Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-07-24T17:56:46.382Z] - README.md [2020-07-24T17:56:46.382Z] [2020-07-24T17:56:46.382Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-24T17:56:51.768Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-24T17:56:51.768Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-07-24T17:56:52.038Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-07-24T17:56:52.039Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-07-24T17:56:57.557Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 8% Reading package lists... 27% Reading package lists... 48% Reading package lists... 67% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 84% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-24T17:57:04.263Z] Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-24T17:57:08.624Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-24T17:57:09.435Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree [2020-07-24T17:57:09.435Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-24T17:57:10.405Z] The following packages were automatically installed and are no longer required: [2020-07-24T17:57:10.405Z] libjq1 libonig4 [2020-07-24T17:57:10.405Z] Use 'sudo apt autoremove' to remove them. [2020-07-24T17:57:10.405Z] Suggested packages: [2020-07-24T17:57:10.405Z] binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-07-24T17:57:10.405Z] gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg [2020-07-24T17:57:10.405Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-07-24T17:57:10.405Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-07-24T17:57:10.405Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-24T17:57:10.405Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n [2020-07-24T17:57:10.405Z] libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc [2020-07-24T17:57:10.405Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-07-24T17:57:11.375Z] The following NEW packages will be installed: [2020-07-24T17:57:11.375Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-07-24T17:57:11.375Z] cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-07-24T17:57:11.375Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-07-24T17:57:11.375Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 [2020-07-24T17:57:11.375Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-07-24T17:57:11.375Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-07-24T17:57:11.375Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 [2020-07-24T17:57:11.375Z] libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 [2020-07-24T17:57:11.375Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-07-24T17:57:11.375Z] perl perl-modules-5.26 pkg-config [2020-07-24T17:57:11.375Z] 0 upgraded, 59 newly installed, 0 to remove and 8 not upgraded. [2020-07-24T17:57:11.375Z] Need to get 49.1 MB of archives. [2020-07-24T17:57:11.375Z] After this operation, 219 MB of additional disk space will be used. [2020-07-24T17:57:11.375Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-07-24T17:57:11.643Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.3 kB 78%] 0% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-24T17:57:12.823Z] 0% [2 perl-modules-5.26 0 B/2763 kB 0%] 1% [2 perl-modules-5.26 682 kB/2763 kB 25%] 5% [2 perl-modules-5.26 2581 kB/2763 kB 93%] 5% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-24T17:57:12.823Z] 5% [3 libgdbm5 23.1 kB/23.1 kB 100%] 6% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-24T17:57:12.823Z] 6% [4 libgdbm-compat4 5536 B/5536 B 100%] 6% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-07-24T17:57:13.954Z] 6% [5 libperl5.26 9300 B/3326 kB 0%] 8% [5 libperl5.26 1416 kB/3326 kB 43%] 11% [5 libperl5.26 2950 kB/3326 kB 89%] 12% [Waiting for headers] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-24T17:57:13.954Z] 12% [6 perl 41.2 kB/201 kB 20%] 12% [Waiting for headers] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-07-24T17:57:13.954Z] 12% [7 less 12.1 kB/99.7 kB 12%] 13% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-24T17:57:13.954Z] 13% [8 netbase 12.5 kB/12.7 kB 99%] 13% [Waiting for headers] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-07-24T17:57:14.543Z] 13% [9 manpages 17.6 kB/1234 kB 1%] 16% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-24T17:57:14.544Z] 16% [10 binutils-common 30.5 kB/196 kB 16%] 16% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-07-24T17:57:14.544Z] 16% [11 libbinutils 32.2 kB/417 kB 8%] 17% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] [2020-07-24T17:57:15.132Z] 17% [12 binutils-aarch64-linux-gnu 26.3 kB/2168 kB 1%] 20% [12 binutils-aarch64-linux-gnu 1643 kB/2168 kB 76%] 21% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-07-24T17:57:15.132Z] 21% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] [2020-07-24T17:57:15.132Z] 21% [14 libc-dev-bin 16.7 kB/58.7 kB 28%] 22% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-112.113 [960 kB] [2020-07-24T17:57:15.402Z] 22% [15 linux-libc-dev 7646 B/960 kB 1%] 24% [Working] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] [2020-07-24T17:57:16.262Z] 24% [16 libc6-dev 14.6 kB/2049 kB 1%] 26% [16 libc6-dev 1650 kB/2049 kB 81%] 27% [Working] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-07-24T17:57:16.262Z] 27% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 28% [Working] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-07-24T17:57:16.262Z] 28% [18 libisl19 3383 B/439 kB 1%] 29% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-07-24T17:57:16.262Z] 29% [19 libmpfr6 22.2 kB/202 kB 11%] 30% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-07-24T17:57:16.262Z] 30% [20 libmpc3 1179 B/37.2 kB 3%] 30% [Working] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-07-24T17:57:18.568Z] 30% [21 cpp-7 32.0 kB/7046 kB 0%] 33% [21 cpp-7 1650 kB/7046 kB 23%] 35% [21 cpp-7 3309 kB/7046 kB 47%] 2907 kB/s 10s 38% [21 cpp-7 5073 kB/7046 kB 72%] 2907 kB/s 10s 41% [21 cpp-7 6748 kB/7046 kB 96%] 2907 kB/s 9s 42% [Waiting for headers] 2907 kB/s 9s Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-24T17:57:18.568Z] 42% [22 cpp 16.5 kB/27.7 kB 60%] 2907 kB/s 9s Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-07-24T17:57:18.568Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-07-24T17:57:18.568Z] 43% [24 libgomp1 19.1 kB/69.7 kB 27%] 2907 kB/s 9s 43% [Working] 2907 kB/s 9s Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-07-24T17:57:18.568Z] 43% [25 libitm1 13.0 kB/24.3 kB 53%] 2907 kB/s 9s 43% [Working] 2907 kB/s 9s Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-07-24T17:57:18.568Z] 43% [26 libatomic1 9176 B/9176 B 100%] 2907 kB/s 9s 44% [Working] 2907 kB/s 9s Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-07-24T17:57:18.568Z] 44% [27 libasan4 20.7 kB/335 kB 6%] 2907 kB/s 9s 45% [Working] 2907 kB/s 9s Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-07-24T17:57:18.568Z] 45% [28 liblsan0 8499 B/121 kB 7%] 2907 kB/s 9s 45% [Working] 2907 kB/s 9s Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-07-24T17:57:18.568Z] 45% [29 libtsan0 28.7 kB/269 kB 11%] 2907 kB/s 9s 46% [Waiting for headers] 2907 kB/s 9s Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-07-24T17:57:18.837Z] 46% [30 libubsan0 15.9 kB/117 kB 14%] 2907 kB/s 9s 46% [Working] 2907 kB/s 9s Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-07-24T17:57:19.106Z] 46% [31 libgcc-7-dev 7900 B/833 kB 1%] 2907 kB/s 9s 48% [Working] 2907 kB/s 8s Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-07-24T17:57:21.142Z] 48% [32 gcc-7 281 B/7772 kB 0%] 2907 kB/s 8s 51% [32 gcc-7 1670 kB/7772 kB 21%] 2907 kB/s 8s 54% [32 gcc-7 3376 kB/7772 kB 43%] 2907 kB/s 7s 56% [32 gcc-7 5111 kB/7772 kB 66%] 2907 kB/s 7s 59% [32 gcc-7 6932 kB/7772 kB 89%] 2907 kB/s 6s 61% [Working] 2907 kB/s 6s Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-07-24T17:57:21.142Z] 61% [33 gcc 5208 B/5208 B 100%] 2907 kB/s 6s 62% [Working] 2907 kB/s 6s Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-07-24T17:57:21.731Z] 62% [34 libstdc++-7-dev 4096 B/1471 kB 0%] 2907 kB/s 6s 64% [Working] 2907 kB/s 5s Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-07-24T17:57:23.449Z] 64% [35 g++-7 20.9 kB/8077 kB 0%] 2907 kB/s 5s 67% [35 g++-7 1980 kB/8077 kB 25%] 2907 kB/s 5s 71% [35 g++-7 3976 kB/8077 kB 49%] 2907 kB/s 4s 74% [35 g++-7 6140 kB/8077 kB 76%] 2907 kB/s 3s 78% [Working] 3675 kB/s 2s Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-07-24T17:57:23.449Z] 78% [36 g++ 1552 B/1552 B 100%] 3675 kB/s 2s 78% [Waiting for headers] 3675 kB/s 2s Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-24T17:57:23.718Z] 78% [37 make 41.6 kB/139 kB 30%] 3675 kB/s 2s 79% [Working] 3675 kB/s 2s Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-24T17:57:23.718Z] 79% [38 libdpkg-perl 18.6 kB/211 kB 9%] 3675 kB/s 2s 79% [Working] 3675 kB/s 2s Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-24T17:57:23.718Z] 79% [39 patch 21.8 kB/91.8 kB 24%] 3675 kB/s 2s 80% [Working] 3675 kB/s 2s Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-24T17:57:23.718Z] 80% [40 dpkg-dev 11.4 kB/607 kB 2%] 3675 kB/s 2s 81% [Working] 3675 kB/s 2s Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-07-24T17:57:23.718Z] 81% [41 build-essential 4754 B/4754 B 100%] 3675 kB/s 2s 81% [Working] 3675 kB/s 2s Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-24T17:57:23.718Z] 82% [42 curl 36.9 kB/152 kB 24%] 3675 kB/s 2s 82% [Working] 3675 kB/s 2s Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-07-24T17:57:23.718Z] 82% [43 libfakeroot 17.3 kB/21.8 kB 79%] 3675 kB/s 2s 82% [Working] 3675 kB/s 2s Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-07-24T17:57:23.718Z] 82% [44 fakeroot 22.2 kB/59.9 kB 37%] 3675 kB/s 2s 83% [Working] 3675 kB/s 2s Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-24T17:57:23.987Z] 83% [45 libcurl3-gnutls 1957 B/179 kB 1%] 3675 kB/s 2s 84% [Working] 3675 kB/s 1s Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-24T17:57:23.987Z] 84% [46 liberror-perl 18.0 kB/22.8 kB 79%] 3675 kB/s 1s 84% [Waiting for headers] 3675 kB/s 1s Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-24T17:57:23.987Z] 84% [47 git-man 26.3 kB/804 kB 3%] 3675 kB/s 1s 86% [Working] 3675 kB/s 1s Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-24T17:57:24.576Z] 86% [48 git 36.5 kB/2952 kB 1%] 3675 kB/s 1s 90% [48 git 2651 kB/2952 kB 90%] 3675 kB/s 1s 91% [Working] 3675 kB/s 0s Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-24T17:57:24.576Z] 91% [49 libalgorithm-diff-perl 40.4 kB/47.6 kB 85%] 3675 kB/s 0s 91% [Working] 3675 kB/s 0s Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-07-24T17:57:24.576Z] 91% [50 libalgorithm-diff-xs-perl 10.8 kB/10.8 kB 100%] 3675 kB/s 0s 91% [Working] 3675 kB/s 0s Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-24T17:57:24.576Z] 91% [51 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 3675 kB/s 0s 92% [Working] 3675 kB/s 0s Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-07-24T17:57:24.576Z] 92% [52 libfile-fcntllock-perl 14.6 kB/33.0 kB 44%] 3675 kB/s 0s 92% [Working] 3675 kB/s 0s Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-07-24T17:57:24.576Z] 92% [53 libnorm1 12.3 kB/218 kB 6%] 3675 kB/s 0s 93% [Waiting for headers] 3675 kB/s 0s Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-07-24T17:57:24.576Z] 93% [54 libpgm-5.2-0 18.6 kB/140 kB 13%] 3675 kB/s 0s 93% [Working] 3675 kB/s 0s Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-07-24T17:57:24.576Z] 94% [55 libsodium23 33.1 kB/90.4 kB 37%] 3675 kB/s 0s 94% [Working] 3675 kB/s 0s Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-07-24T17:57:24.846Z] 94% [56 libzmq5 11.9 kB/208 kB 6%] 3675 kB/s 0s 95% [Working] 3675 kB/s 0s Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-07-24T17:57:24.846Z] 95% [57 libzmq3-dev 45.1 kB/409 kB 11%] 3675 kB/s 0s 96% [Working] 3675 kB/s 0s Get:58 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-07-24T17:57:25.120Z] 96% [58 manpages-dev 21.1 kB/2217 kB 1%] 3675 kB/s 0s 100% [Working] 3675 kB/s 0s Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-07-24T17:57:25.120Z] 100% [59 pkg-config 252 B/42.8 kB 1%] 3675 kB/s 0s 100% [Working] 3675 kB/s 0s Fetched 49.1 MB in 14s (3536 kB/s) [2020-07-24T17:57:25.710Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-24T17:57:25.982Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-24T17:57:25.982Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-07-24T17:57:25.982Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-07-24T17:57:25.982Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-24T17:57:26.253Z] Selecting previously unselected package perl-modules-5.26. [2020-07-24T17:57:26.253Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-24T17:57:26.253Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-24T17:57:27.678Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-24T17:57:27.678Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-24T17:57:27.678Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-24T17:57:27.950Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-24T17:57:27.950Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-24T17:57:27.950Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-24T17:57:27.950Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-24T17:57:27.950Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-24T17:57:27.950Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-24T17:57:29.377Z] Selecting previously unselected package perl. [2020-07-24T17:57:29.377Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-24T17:57:29.377Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-24T17:57:29.377Z] Selecting previously unselected package less. [2020-07-24T17:57:29.377Z] Preparing to unpack .../06-less_487-0.1_arm64.deb ... [2020-07-24T17:57:29.377Z] Unpacking less (487-0.1) ... [2020-07-24T17:57:29.647Z] Selecting previously unselected package netbase. [2020-07-24T17:57:29.647Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-07-24T17:57:29.647Z] Unpacking netbase (5.4) ... [2020-07-24T17:57:29.647Z] Selecting previously unselected package manpages. [2020-07-24T17:57:29.648Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-07-24T17:57:29.918Z] Unpacking manpages (4.15-1) ... [2020-07-24T17:57:29.918Z] Selecting previously unselected package binutils-common:arm64. [2020-07-24T17:57:29.918Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-24T17:57:30.190Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:57:30.191Z] Selecting previously unselected package libbinutils:arm64. [2020-07-24T17:57:30.191Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-24T17:57:30.191Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:57:30.460Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-07-24T17:57:30.460Z] Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-24T17:57:30.460Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:57:31.432Z] Selecting previously unselected package binutils. [2020-07-24T17:57:31.432Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-24T17:57:31.432Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:57:31.432Z] Selecting previously unselected package libc-dev-bin. [2020-07-24T17:57:31.432Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... [2020-07-24T17:57:31.704Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-24T17:57:31.704Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-07-24T17:57:31.704Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_arm64.deb ... [2020-07-24T17:57:31.704Z] Unpacking linux-libc-dev:arm64 (4.15.0-112.113) ... [2020-07-24T17:57:32.679Z] Selecting previously unselected package libc6-dev:arm64. [2020-07-24T17:57:32.679Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... [2020-07-24T17:57:32.679Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-24T17:57:33.650Z] Selecting previously unselected package gcc-7-base:arm64. [2020-07-24T17:57:33.650Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:33.650Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:33.650Z] Selecting previously unselected package libisl19:arm64. [2020-07-24T17:57:33.650Z] Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... [2020-07-24T17:57:33.650Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-07-24T17:57:33.921Z] Selecting previously unselected package libmpfr6:arm64. [2020-07-24T17:57:33.921Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... [2020-07-24T17:57:33.921Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-07-24T17:57:34.191Z] Selecting previously unselected package libmpc3:arm64. [2020-07-24T17:57:34.191Z] Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... [2020-07-24T17:57:34.191Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-07-24T17:57:34.191Z] Selecting previously unselected package cpp-7. [2020-07-24T17:57:34.191Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:34.191Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:36.153Z] Selecting previously unselected package cpp. [2020-07-24T17:57:36.153Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-24T17:57:36.153Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:57:36.153Z] Selecting previously unselected package libcc1-0:arm64. [2020-07-24T17:57:36.153Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:36.153Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:36.153Z] Selecting previously unselected package libgomp1:arm64. [2020-07-24T17:57:36.153Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:36.153Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:36.153Z] Selecting previously unselected package libitm1:arm64. [2020-07-24T17:57:36.153Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:36.153Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:36.424Z] Selecting previously unselected package libatomic1:arm64. [2020-07-24T17:57:36.424Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:36.424Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:36.424Z] Selecting previously unselected package libasan4:arm64. [2020-07-24T17:57:36.424Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:36.424Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:36.695Z] Selecting previously unselected package liblsan0:arm64. [2020-07-24T17:57:36.695Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:36.695Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:36.968Z] Selecting previously unselected package libtsan0:arm64. [2020-07-24T17:57:36.968Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:36.968Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:36.968Z] Selecting previously unselected package libubsan0:arm64. [2020-07-24T17:57:36.968Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:36.968Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:37.239Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-07-24T17:57:37.239Z] Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:37.239Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:37.830Z] Selecting previously unselected package gcc-7. [2020-07-24T17:57:37.830Z] Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:37.830Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:39.793Z] Selecting previously unselected package gcc. [2020-07-24T17:57:39.793Z] Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-24T17:57:39.793Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:57:39.793Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-07-24T17:57:39.793Z] Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:39.793Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:40.766Z] Selecting previously unselected package g++-7. [2020-07-24T17:57:40.766Z] Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-24T17:57:40.767Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:42.731Z] Selecting previously unselected package g++. [2020-07-24T17:57:42.731Z] Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-24T17:57:42.731Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:57:42.731Z] Selecting previously unselected package make. [2020-07-24T17:57:42.731Z] Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-24T17:57:42.731Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-24T17:57:42.731Z] Selecting previously unselected package libdpkg-perl. [2020-07-24T17:57:42.731Z] Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-24T17:57:42.731Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-24T17:57:43.003Z] Selecting previously unselected package patch. [2020-07-24T17:57:43.003Z] Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-24T17:57:43.003Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-24T17:57:43.003Z] Selecting previously unselected package dpkg-dev. [2020-07-24T17:57:43.003Z] Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-24T17:57:43.003Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-24T17:57:43.275Z] Selecting previously unselected package build-essential. [2020-07-24T17:57:43.275Z] Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... [2020-07-24T17:57:43.275Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-24T17:57:43.547Z] Selecting previously unselected package curl. [2020-07-24T17:57:43.547Z] Preparing to unpack .../41-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-24T17:57:43.547Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-24T17:57:43.548Z] Selecting previously unselected package libfakeroot:arm64. [2020-07-24T17:57:43.548Z] Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-24T17:57:43.548Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-24T17:57:43.819Z] Selecting previously unselected package fakeroot. [2020-07-24T17:57:43.819Z] Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-24T17:57:43.819Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-24T17:57:43.819Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-24T17:57:43.819Z] Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-24T17:57:43.819Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-24T17:57:44.091Z] Selecting previously unselected package liberror-perl. [2020-07-24T17:57:44.091Z] Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... [2020-07-24T17:57:44.091Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-24T17:57:44.091Z] Selecting previously unselected package git-man. [2020-07-24T17:57:44.091Z] Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-24T17:57:44.091Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-24T17:57:44.363Z] Selecting previously unselected package git. [2020-07-24T17:57:44.363Z] Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-24T17:57:44.634Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-24T17:57:46.061Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-24T17:57:46.061Z] Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-24T17:57:46.061Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-24T17:57:46.061Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-24T17:57:46.061Z] Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-07-24T17:57:46.061Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-24T17:57:46.061Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-24T17:57:46.061Z] Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-24T17:57:46.333Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-24T17:57:46.333Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-24T17:57:46.333Z] Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-07-24T17:57:46.333Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-24T17:57:46.333Z] Selecting previously unselected package libnorm1:arm64. [2020-07-24T17:57:46.333Z] Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-07-24T17:57:46.604Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-24T17:57:46.604Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-07-24T17:57:46.604Z] Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-07-24T17:57:46.604Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-24T17:57:46.875Z] Selecting previously unselected package libsodium23:arm64. [2020-07-24T17:57:46.875Z] Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... [2020-07-24T17:57:46.875Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-07-24T17:57:46.875Z] Selecting previously unselected package libzmq5:arm64. [2020-07-24T17:57:46.875Z] Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-24T17:57:46.875Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-24T17:57:47.147Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-07-24T17:57:47.147Z] Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-24T17:57:47.147Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-24T17:57:47.418Z] Selecting previously unselected package manpages-dev. [2020-07-24T17:57:47.418Z] Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... [2020-07-24T17:57:47.418Z] Unpacking manpages-dev (4.15-1) ... [2020-07-24T17:57:48.009Z] Selecting previously unselected package pkg-config. [2020-07-24T17:57:48.009Z] Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-07-24T17:57:48.009Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-24T17:57:48.280Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:48.280Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-24T17:57:48.551Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:48.551Z] Setting up manpages (4.15-1) ... [2020-07-24T17:57:48.551Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-24T17:57:48.551Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:48.551Z] Setting up less (487-0.1) ... [2020-07-24T17:57:49.140Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-24T17:57:49.140Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-24T17:57:49.140Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-24T17:57:49.140Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:49.140Z] Setting up linux-libc-dev:arm64 (4.15.0-112.113) ... [2020-07-24T17:57:49.140Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-07-24T17:57:49.140Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-24T17:57:49.410Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-24T17:57:49.410Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:49.410Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-24T17:57:49.410Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:49.410Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:57:49.410Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-07-24T17:57:49.410Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-24T17:57:49.681Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-24T17:57:49.681Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-24T17:57:49.681Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-07-24T17:57:49.681Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-24T17:57:49.681Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-24T17:57:49.681Z] Setting up manpages-dev (4.15-1) ... [2020-07-24T17:57:49.952Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-24T17:57:49.952Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-24T17:57:49.952Z] Setting up netbase (5.4) ... [2020-07-24T17:57:49.952Z] Setting up libisl19:arm64 (0.19-1) ... [2020-07-24T17:57:49.952Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-24T17:57:49.952Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:49.952Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:57:50.223Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:50.223Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-24T17:57:50.223Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-24T17:57:50.223Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-24T17:57:50.223Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:57:50.223Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:57:50.223Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:57:50.223Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:57:50.223Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:57:50.223Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:57:50.223Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:57:50.223Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-24T17:57:50.223Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:50.223Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:50.223Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:50.493Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-24T17:57:50.493Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:57:50.493Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-24T17:57:50.493Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:57:50.493Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:50.493Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-24T17:57:50.493Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:57:50.763Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-24T17:57:50.763Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-24T17:57:50.763Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-24T17:57:50.764Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-24T17:57:51.033Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-24T17:57:51.033Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-07-24T17:57:51.033Z] Setting up liberror-perl (0.17025-1) ... [2020-07-24T17:57:51.033Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-24T17:57:51.033Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-24T17:57:51.033Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-24T17:57:51.304Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-24T17:57:51.304Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-24T17:57:51.304Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-24T17:57:51.304Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-24T17:57:51.575Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-24T17:57:51.575Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-24T17:57:56.948Z] binutils set to automatically installed. [2020-07-24T17:57:56.948Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-07-24T17:57:56.948Z] binutils-common set to automatically installed. [2020-07-24T17:57:56.948Z] build-essential set to automatically installed. [2020-07-24T17:57:56.948Z] cpp set to automatically installed. [2020-07-24T17:57:56.948Z] cpp-7 set to automatically installed. [2020-07-24T17:57:56.948Z] curl set to automatically installed. [2020-07-24T17:57:56.948Z] dpkg-dev set to automatically installed. [2020-07-24T17:57:56.948Z] fakeroot set to automatically installed. [2020-07-24T17:57:56.948Z] g++ set to automatically installed. [2020-07-24T17:57:56.948Z] g++-7 set to automatically installed. [2020-07-24T17:57:56.948Z] gcc set to automatically installed. [2020-07-24T17:57:56.948Z] gcc-7 set to automatically installed. [2020-07-24T17:57:56.948Z] gcc-7-base set to automatically installed. [2020-07-24T17:57:56.948Z] git set to automatically installed. [2020-07-24T17:57:57.217Z] git-man set to automatically installed. [2020-07-24T17:57:57.217Z] less set to automatically installed. [2020-07-24T17:57:57.217Z] libalgorithm-diff-perl set to automatically installed. [2020-07-24T17:57:57.217Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-24T17:57:57.217Z] libalgorithm-merge-perl set to automatically installed. [2020-07-24T17:57:57.217Z] libasan4 set to automatically installed. [2020-07-24T17:57:57.217Z] libatomic1 set to automatically installed. [2020-07-24T17:57:57.485Z] libbinutils set to automatically installed. [2020-07-24T17:57:57.485Z] libc-dev-bin set to automatically installed. [2020-07-24T17:57:57.485Z] libc6-dev set to automatically installed. [2020-07-24T17:57:57.485Z] libcc1-0 set to automatically installed. [2020-07-24T17:57:57.485Z] libcurl3-gnutls set to automatically installed. [2020-07-24T17:57:57.485Z] libdpkg-perl set to automatically installed. [2020-07-24T17:57:57.485Z] liberror-perl set to automatically installed. [2020-07-24T17:57:57.755Z] libfakeroot set to automatically installed. [2020-07-24T17:57:57.755Z] libfile-fcntllock-perl set to automatically installed. [2020-07-24T17:57:57.755Z] libgcc-7-dev set to automatically installed. [2020-07-24T17:57:57.755Z] libgdbm-compat4 set to automatically installed. [2020-07-24T17:57:57.755Z] libgdbm5 set to automatically installed. [2020-07-24T17:57:57.755Z] libgomp1 set to automatically installed. [2020-07-24T17:57:57.755Z] libisl19 set to automatically installed. [2020-07-24T17:57:57.755Z] libitm1 set to automatically installed. [2020-07-24T17:57:58.025Z] liblocale-gettext-perl set to automatically installed. [2020-07-24T17:57:58.025Z] liblsan0 set to automatically installed. [2020-07-24T17:57:58.025Z] libmpc3 set to automatically installed. [2020-07-24T17:57:58.025Z] libmpfr6 set to automatically installed. [2020-07-24T17:57:58.025Z] libnorm1 set to automatically installed. [2020-07-24T17:57:58.025Z] libperl5.26 set to automatically installed. [2020-07-24T17:57:58.025Z] libpgm-5.2-0 set to automatically installed. [2020-07-24T17:57:58.294Z] libsodium23 set to automatically installed. [2020-07-24T17:57:58.294Z] libstdc++-7-dev set to automatically installed. [2020-07-24T17:57:58.294Z] libtsan0 set to automatically installed. [2020-07-24T17:57:58.294Z] libubsan0 set to automatically installed. [2020-07-24T17:57:58.294Z] libzmq3-dev set to automatically installed. [2020-07-24T17:57:58.294Z] libzmq5 set to automatically installed. [2020-07-24T17:57:58.294Z] linux-libc-dev set to automatically installed. [2020-07-24T17:57:58.294Z] make set to automatically installed. [2020-07-24T17:57:58.565Z] manpages set to automatically installed. [2020-07-24T17:57:58.565Z] manpages-dev set to automatically installed. [2020-07-24T17:57:58.565Z] netbase set to automatically installed. [2020-07-24T17:57:58.565Z] patch set to automatically installed. [2020-07-24T17:57:58.565Z] perl set to automatically installed. [2020-07-24T17:57:58.565Z] perl-modules-5.26 set to automatically installed. [2020-07-24T17:57:58.565Z] pkg-config set to automatically installed. [2020-07-24T17:57:58.835Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-24T17:57:58.835Z] Please ensure the environment is properly setup before continuing. [2020-07-24T17:57:58.835Z] Ignore this message if the appropriate measures have already been taken [2020-07-24T17:57:59.428Z] Pulling go  [2020-07-24T17:58:02.794Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-24T17:58:02.794Z] Skipping pull go (already ran) [2020-07-24T17:58:02.794Z] Building go  [2020-07-24T17:58:02.794Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-24T17:58:02.794Z] Dload Upload Total Spent Left Speed [2020-07-24T17:58:05.598Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 93.1M 17 16.6M 0 0 27.0M 0 0:00:03 --:--:-- 0:00:03 27.0M 51 93.1M 51 47.5M 0 0 29.8M 0 0:00:03 0:00:01 0:00:02 29.8M 97 93.1M 97 91.2M 0 0 35.3M 0 0:00:02 0:00:02 --:--:-- 35.2M 100 93.1M 100 93.1M 0 0 35.5M 0 0:00:02 0:00:02 --:--:-- 35.5M [2020-07-24T17:58:07.012Z] go1.13.10.linux-arm64.tar.gz: OK [2020-07-24T17:58:25.338Z] Staging go  [2020-07-24T17:58:27.304Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-07-24T17:58:27.850Z] 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-24T17:58:27.850Z] 79% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-24T17:58:27.850Z] 91% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-24T17:58:28.120Z] 92% 99% 3% [Working] 3% [Working] 3% 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-07-24T17:58:28.393Z] 3% 3% 3% 3% 3% 3% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-07-24T17:58:30.410Z] 4% 6% 6% 6% 13% 13% 13% 21% 40% 60% 69% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-07-24T17:58:30.410Z] 72% 72% 77% Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-07-24T17:58:30.410Z] 77% 78% Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [913 kB] [2020-07-24T17:58:30.410Z] 79% 83% Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-24T17:58:30.410Z] 83% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] [2020-07-24T17:58:30.690Z] 85% 91% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] [2020-07-24T17:58:30.690Z] 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-24T17:58:30.690Z] 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] [2020-07-24T17:58:30.690Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [639 kB] [2020-07-24T17:58:30.690Z] 91% 95% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-07-24T17:58:30.690Z] 95% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [764 kB] [2020-07-24T17:58:30.690Z] 95% 99% Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-24T17:58:33.217Z] 99% 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 2718 kB/s 0s 99% [Working] 2718 kB/s 0s 99% 2718 kB/s 0s 99% [Working] 2718 kB/s 0s 99% [Working] 2718 kB/s 0s 99% 2718 kB/s 0s 99% [Working] 2718 kB/s 0s 99% [Working] 2718 kB/s 0s 99% 2718 kB/s 0s 100% [Working] 2718 kB/s 0s Fetched 16.5 MB in 6s (2718 kB/s) [2020-07-24T17:58:51.454Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-07-24T17:58:51.454Z] 6% 100% [Working] Fetched 218 kB in 0s (0 B/s) [2020-07-24T17:58:51.454Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-07-24T17:58:51.454Z] 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) [2020-07-24T17:58:51.454Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-07-24T17:58:51.454Z] 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) [2020-07-24T17:58:51.454Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-07-24T17:58:51.454Z] 15% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) [2020-07-24T17:58:52.045Z] Pulling app-service-config  [2020-07-24T17:58:57.413Z] Pulling config-common  [2020-07-24T17:59:00.769Z] Skipping build go (already ran) [2020-07-24T17:59:00.769Z] Building app-service-config  [2020-07-24T17:59:01.038Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.12 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.5" -o app-service-configurable [2020-07-24T17:59:02.464Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.12 [2020-07-24T17:59:02.734Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.12 [2020-07-24T17:59:02.734Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T17:59:02.734Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-24T17:59:02.734Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T17:59:02.734Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T17:59:02.734Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-24T17:59:02.734Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:59:02.734Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:59:02.734Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T17:59:02.734Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-24T17:59:02.734Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T17:59:02.734Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T17:59:03.008Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T17:59:03.008Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T17:59:03.008Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-24T17:59:03.008Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:59:03.008Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:59:03.008Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-24T17:59:03.008Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:59:03.008Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T17:59:03.008Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:59:03.008Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:59:03.008Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:59:03.008Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:59:03.008Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-24T17:59:03.008Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:59:03.008Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:59:03.008Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T17:59:03.008Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:59:03.008Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T17:59:03.008Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-24T17:59:03.008Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:59:03.008Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:59:03.008Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:59:03.008Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:59:03.008Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:59:03.008Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:59:03.282Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:59:03.282Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:59:03.282Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:59:03.282Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:59:03.282Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-24T17:59:03.282Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:59:03.282Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:59:03.282Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-24T17:59:03.282Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:59:03.282Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:59:03.282Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:59:03.282Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:59:03.282Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:59:03.282Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:59:03.282Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:59:03.553Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:59:03.553Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:59:03.553Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:59:03.553Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:59:03.553Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:59:03.553Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-24T17:59:03.553Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:59:03.553Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:59:03.553Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:59:03.826Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:59:03.826Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:59:03.826Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:59:03.826Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:59:03.826Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T17:59:03.826Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:59:03.826Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:59:03.826Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:59:04.422Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-07-24T17:59:04.422Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T17:59:04.422Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-07-24T17:59:04.422Z] go: downloading github.com/golang/snappy v0.0.1 [2020-07-24T17:59:04.422Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:59:04.422Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-07-24T17:59:04.422Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T17:59:04.422Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-07-24T17:59:04.422Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:59:04.422Z] go: extracting github.com/golang/snappy v0.0.1 [2020-07-24T17:59:04.694Z] go: downloading golang.org/x/text v0.3.2 [2020-07-24T17:59:04.694Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T17:59:04.965Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T17:59:05.938Z] go: extracting golang.org/x/text v0.3.2 [2020-07-24T17:59:07.370Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.12 [2020-07-24T17:59:07.370Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-24T17:59:07.370Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-24T17:59:07.370Z] go: finding github.com/google/uuid v1.1.1 [2020-07-24T17:59:07.370Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-24T17:59:07.370Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:59:07.370Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:59:07.370Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:59:07.370Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T17:59:07.370Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-24T17:59:07.370Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:59:07.370Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-24T17:59:07.370Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:59:07.370Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:59:07.370Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:59:07.370Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:59:07.370Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:59:07.370Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:59:07.370Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-24T17:59:07.370Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-24T17:59:07.370Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-24T17:59:07.370Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:59:07.370Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:59:07.642Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:59:07.642Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:59:07.642Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:59:07.642Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T17:59:07.642Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:59:07.642Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:59:07.642Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T17:59:07.642Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:59:07.642Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:59:07.642Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:59:07.642Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:59:07.642Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-24T17:59:07.642Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-24T17:59:07.642Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-24T17:59:07.642Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:59:07.642Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:59:07.642Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:59:07.642Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-24T17:59:07.642Z] go: finding golang.org/x/text v0.3.2 [2020-07-24T18:00:04.160Z] Building config-common  [2020-07-24T18:00:19.193Z] Skipping stage go (already ran) [2020-07-24T18:00:19.193Z] Staging app-service-config  [2020-07-24T18:00:20.164Z] Staging config-common  [2020-07-24T18:00:23.526Z] Priming go  [2020-07-24T18:00:26.889Z] Priming app-service-config  [2020-07-24T18:00:31.164Z] Priming config-common  [2020-07-24T18:00:39.412Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-07-24T18:00:39.412Z] Snapped edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap [2020-07-24T18:00:46.103Z] [2020-07-24T18:00:46.103Z] Login successful. You now have these capabilities: [2020-07-24T18:00:46.103Z]  [2020-07-24T18:00:46.103Z] snaps: No restriction [2020-07-24T18:00:46.103Z] channels: No restriction [2020-07-24T18:00:46.103Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-24T18:00:46.103Z] expires: 2021-07-14T18:21:36.256372 [2020-07-24T18:00:46.103Z]  [2020-07-24T18:00:48.697Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-24T18:00:48.697Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-24T18:00:48.697Z] Preparing to upload 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap'. [2020-07-24T18:00:48.697Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-24T18:00:48.697Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-24T18:00:51.279Z] Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [] 100% [2020-07-24T18:01:12.586Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...| [2020-07-24T18:01:12.586Z] released [2020-07-24T18:01:12.857Z] Revision 29 of 'edgex-app-service-configurable' created. [2020-07-24T18:01:13.831Z] Track Arch Channel Version Revision [2020-07-24T18:01:13.831Z] latest arm64 stable 1.2.0-20200615+a7f3ace 15 [2020-07-24T18:01:13.831Z] candidate 1.2.0-20200615+a7f3ace 15 [2020-07-24T18:01:13.831Z] beta 1.2.0-20200615+a7f3ace 15 [2020-07-24T18:01:13.831Z] edge 1.2.0-20200724+bfdbddf 29 [2020-07-24T18:01:17.195Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-24T18:01:17.195Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-24T18:01:17.195Z] Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200724+bfdbddf_arm64.snap' [2020-07-24T18:01:20.560Z] The metadata has been uploaded [Pipeline] } [2020-07-24T18:01:23.184Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-24T18:01:24.656Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-24T18:01:24.658Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-24T18:01:24.704Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:01:25.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-24T18:01:25.047Z] [2020-07-24T18:01:25.047Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:01:25.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-24T18:01:25.886Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-24T18:01:25.886Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-24T18:01:25.886Z] 408f87550127: Pulling fs layer [2020-07-24T18:01:25.886Z] fe522b08c979: Pulling fs layer [2020-07-24T18:01:25.886Z] 221eaa008020: Pulling fs layer [2020-07-24T18:01:25.886Z] 2a4607e5d6b9: Pulling fs layer [2020-07-24T18:01:25.886Z] 8f79b27c4fd2: Pulling fs layer [2020-07-24T18:01:25.886Z] e5c8dbe1645b: Pulling fs layer [2020-07-24T18:01:25.886Z] 23e8b3b47431: Pulling fs layer [2020-07-24T18:01:25.886Z] 5c568d65a230: Pulling fs layer [2020-07-24T18:01:25.886Z] 8f79b27c4fd2: Waiting [2020-07-24T18:01:25.886Z] e5c8dbe1645b: Waiting [2020-07-24T18:01:25.886Z] 23e8b3b47431: Waiting [2020-07-24T18:01:25.886Z] 5c568d65a230: Waiting [2020-07-24T18:01:25.886Z] 221eaa008020: Waiting [2020-07-24T18:01:25.886Z] 2a4607e5d6b9: Waiting [2020-07-24T18:01:25.886Z] fe522b08c979: Download complete [2020-07-24T18:01:25.886Z] 408f87550127: Download complete [2020-07-24T18:01:25.886Z] 2a4607e5d6b9: Verifying Checksum [2020-07-24T18:01:25.886Z] 2a4607e5d6b9: Download complete [2020-07-24T18:01:25.886Z] 8f79b27c4fd2: Verifying Checksum [2020-07-24T18:01:25.886Z] 8f79b27c4fd2: Download complete [2020-07-24T18:01:25.886Z] cbdbe7a5bc2a: Download complete [2020-07-24T18:01:26.156Z] e5c8dbe1645b: Download complete [2020-07-24T18:01:26.443Z] cbdbe7a5bc2a: Pull complete [2020-07-24T18:01:26.710Z] 23e8b3b47431: Verifying Checksum [2020-07-24T18:01:26.710Z] 23e8b3b47431: Download complete [2020-07-24T18:01:26.975Z] 5c568d65a230: Verifying Checksum [2020-07-24T18:01:26.975Z] 5c568d65a230: Download complete [2020-07-24T18:01:26.975Z] 408f87550127: Pull complete [2020-07-24T18:01:27.237Z] fe522b08c979: Pull complete [2020-07-24T18:01:27.501Z] 221eaa008020: Download complete [2020-07-24T18:01:34.122Z] 221eaa008020: Pull complete [2020-07-24T18:01:34.122Z] 2a4607e5d6b9: Pull complete [2020-07-24T18:01:34.122Z] 8f79b27c4fd2: Pull complete [2020-07-24T18:01:35.178Z] e5c8dbe1645b: Pull complete [2020-07-24T18:01:38.517Z] 23e8b3b47431: Pull complete [2020-07-24T18:01:41.082Z] 5c568d65a230: Pull complete [2020-07-24T18:01:41.082Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-24T18:01:41.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-24T18:01:41.082Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-24T18:01:41.289Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:01:41.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-24T18:01:42.507Z] $ docker top c22f2bef3e2f2109e97a14bcf44141ec26e0e2b852da67f76b170d7ad9daec8e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-24T18:01:42.999Z] + snyk monitor '--org=edgex-jenkins' [2020-07-24T18:01:53.031Z] [2020-07-24T18:01:53.031Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-07-24T18:01:53.031Z] [2020-07-24T18:01:53.031Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/12943605-4d24-4432-8b3e-de5f9a5f1377 [2020-07-24T18:01:53.031Z] [2020-07-24T18:01:53.031Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-24T18:01:53.031Z] [2020-07-24T18:01:53.031Z] [2020-07-24T18:01:53.031Z] Snyk CLI supports Node.js 8 and higher. [2020-07-24T18:01:53.031Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-07-24T18:01:53.031Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-07-24T18:01:53.031Z] [2020-07-24T18:01:53.031Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-07-24T18:01:53.031Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-07-24T18:01:53.044Z] $ docker stop --time=1 c22f2bef3e2f2109e97a14bcf44141ec26e0e2b852da67f76b170d7ad9daec8e [2020-07-24T18:01:55.949Z] $ docker rm -f c22f2bef3e2f2109e97a14bcf44141ec26e0e2b852da67f76b170d7ad9daec8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:01:57.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-24T18:01:57.260Z] [2020-07-24T18:01:57.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:01:57.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-24T18:01:57.600Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-24T18:01:57.600Z] e7c96db7181b: Pulling fs layer [2020-07-24T18:01:57.600Z] 1868ca2cb446: Pulling fs layer [2020-07-24T18:01:57.600Z] 136be5d0fe8e: Pulling fs layer [2020-07-24T18:01:57.600Z] 894bfe63afcb: Pulling fs layer [2020-07-24T18:01:57.600Z] 894bfe63afcb: Waiting [2020-07-24T18:01:57.600Z] 1868ca2cb446: Verifying Checksum [2020-07-24T18:01:57.600Z] 1868ca2cb446: Download complete [2020-07-24T18:01:57.600Z] 136be5d0fe8e: Download complete [2020-07-24T18:01:57.600Z] e7c96db7181b: Verifying Checksum [2020-07-24T18:01:57.600Z] e7c96db7181b: Download complete [2020-07-24T18:01:57.600Z] 894bfe63afcb: Verifying Checksum [2020-07-24T18:01:57.600Z] 894bfe63afcb: Download complete [2020-07-24T18:01:57.863Z] e7c96db7181b: Pull complete [2020-07-24T18:01:58.125Z] 1868ca2cb446: Pull complete [2020-07-24T18:01:58.125Z] 136be5d0fe8e: Pull complete [2020-07-24T18:01:58.386Z] 894bfe63afcb: Pull complete [2020-07-24T18:01:58.386Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-24T18:01:58.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-24T18:01:58.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-24T18:01:58.478Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:01:58.514Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-24T18:01:59.500Z] $ docker top 4b103ba8b4ae7cdae9d704cded2b079da327a817bd3f87597ca1119215f711f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-24T18:01:59.991Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T18:01:59.991Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-24T18:02:05.412Z] $ docker stop --time=1 4b103ba8b4ae7cdae9d704cded2b079da327a817bd3f87597ca1119215f711f6 [2020-07-24T18:02:06.775Z] $ docker rm -f 4b103ba8b4ae7cdae9d704cded2b079da327a817bd3f87597ca1119215f711f6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:02:07.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-24T18:02:07.230Z] . [Pipeline] withDockerContainer [2020-07-24T18:02:07.326Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:02:07.368Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-24T18:02:07.940Z] $ docker top aa00247e6ec0cdd1bf7b1367b125d9543a2131324e01d01341045f9e44c8581e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-24T18:02:08.440Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T18:02:08.440Z] + tee [2020-07-24T18:02:08.440Z] clair timeout 1m0s [2020-07-24T18:02:08.440Z] docker timeout: 1m0s [2020-07-24T18:02:08.440Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-24T18:02:09.476Z] $ docker stop --time=1 aa00247e6ec0cdd1bf7b1367b125d9543a2131324e01d01341045f9e44c8581e [2020-07-24T18:02:10.823Z] $ docker rm -f aa00247e6ec0cdd1bf7b1367b125d9543a2131324e01d01341045f9e44c8581e [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-24T18:02:11.306Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-07-24T18:02:11.318Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_bfdbddfdc6859f31067ca67778b0f613e8d5706b.html [Pipeline] writeFile [Pipeline] step [2020-07-24T18:02:11.361Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:02:11.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-24T18:02:11.703Z] . [Pipeline] withDockerContainer [2020-07-24T18:02:11.809Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:02:11.848Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-24T18:02:12.565Z] $ docker top 2efc8bfd4e6f0d3371f35d37cb00199313cbe7e5d2e5f2126789aaceda5fc543 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-24T18:02:13.224Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T18:02:13.224Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-24T18:02:19.965Z] $ docker stop --time=1 2efc8bfd4e6f0d3371f35d37cb00199313cbe7e5d2e5f2126789aaceda5fc543 [2020-07-24T18:02:21.356Z] $ docker rm -f 2efc8bfd4e6f0d3371f35d37cb00199313cbe7e5d2e5f2126789aaceda5fc543 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:02:21.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-24T18:02:21.858Z] . [Pipeline] withDockerContainer [2020-07-24T18:02:21.958Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:02:21.992Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-24T18:02:22.654Z] $ docker top 7c83efe1ec5fc1b4a22bbb9022a0f7cbb6d7af182c3b4da7c3f1f73fcc3104d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-24T18:02:23.406Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bfdbddfdc6859f31067ca67778b0f613e8d5706b [2020-07-24T18:02:23.406Z] + tee [2020-07-24T18:02:23.406Z] clair timeout 1m0s [2020-07-24T18:02:23.406Z] docker timeout: 1m0s [2020-07-24T18:02:23.406Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-24T18:02:24.489Z] $ docker stop --time=1 7c83efe1ec5fc1b4a22bbb9022a0f7cbb6d7af182c3b4da7c3f1f73fcc3104d7 [2020-07-24T18:02:25.992Z] $ docker rm -f 7c83efe1ec5fc1b4a22bbb9022a0f7cbb6d7af182c3b4da7c3f1f73fcc3104d7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-24T18:02:26.463Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-07-24T18:02:26.475Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_bfdbddfdc6859f31067ca67778b0f613e8d5706b.html [Pipeline] writeFile [Pipeline] step [2020-07-24T18:02:26.520Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:02:27.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T18:02:27.453Z] . [Pipeline] withDockerContainer [2020-07-24T18:02:27.553Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:02:27.589Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-24T18:02:28.236Z] $ docker top 663448c25c456b8ac3ece7315367aab7c7367e92d841e80cfa8e9317543dc31b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T18:02:28.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T18:02:28.491Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T18:02:28.705Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T18:02:28.705Z] $ docker exec 663448c25c456b8ac3ece7315367aab7c7367e92d841e80cfa8e9317543dc31b ssh-agent [2020-07-24T18:02:28.887Z] SSH_AUTH_SOCK=/tmp/ssh-HJ6QRNqzXa7n/agent.12 [2020-07-24T18:02:28.887Z] SSH_AGENT_PID=17 [2020-07-24T18:02:28.895Z] Running ssh-add (command line suppressed) [2020-07-24T18:02:29.036Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9008422689830992708.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9008422689830992708.key) [2020-07-24T18:02:29.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T18:02:29.424Z] + git semver tag [2020-07-24T18:02:29.424Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T18:02:29.424Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-24T18:02:29.425Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-24T18:02:29.425Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T18:02:29.425Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T18:02:29.425Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T18:02:29.425Z] # $SEMVER_BRANCH = master [2020-07-24T18:02:29.425Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-07-24T18:02:29.425Z] # bfdbddfdc6859f31067ca67778b0f613e8d5706b HEAD [2020-07-24T18:02:29.425Z] # -> Force: false [2020-07-24T18:02:29.425Z] # 456d91cadacecd6c42d3231ded5682d7db0cd1d4 refs/tags/v1.2.1-dev.5 [Pipeline] } [2020-07-24T18:02:29.433Z] $ docker exec --env ******** --env ******** 663448c25c456b8ac3ece7315367aab7c7367e92d841e80cfa8e9317543dc31b ssh-agent -k [2020-07-24T18:02:29.587Z] unset SSH_AUTH_SOCK; [2020-07-24T18:02:29.587Z] unset SSH_AGENT_PID; [2020-07-24T18:02:29.588Z] echo Agent pid 17 killed; [2020-07-24T18:02:29.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T18:02:30.082Z] + git semver [Pipeline] } [2020-07-24T18:02:30.095Z] $ docker stop --time=1 663448c25c456b8ac3ece7315367aab7c7367e92d841e80cfa8e9317543dc31b [2020-07-24T18:02:31.428Z] $ docker rm -f 663448c25c456b8ac3ece7315367aab7c7367e92d841e80cfa8e9317543dc31b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:02:32.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-24T18:02:32.054Z] [2020-07-24T18:02:32.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:02:32.410Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-24T18:02:32.410Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-24T18:02:32.410Z] ab5ef0e58194: Pulling fs layer [2020-07-24T18:02:32.410Z] 9712f1f96733: Pulling fs layer [2020-07-24T18:02:32.410Z] 63f879dbbcfc: Pulling fs layer [2020-07-24T18:02:32.410Z] 0d9ebad4ef96: Pulling fs layer [2020-07-24T18:02:32.410Z] e9a5061849ea: Pulling fs layer [2020-07-24T18:02:32.410Z] d747dcd14b5f: Pulling fs layer [2020-07-24T18:02:32.410Z] 2de7ff778b66: Pulling fs layer [2020-07-24T18:02:32.410Z] 0d9ebad4ef96: Waiting [2020-07-24T18:02:32.410Z] e9a5061849ea: Waiting [2020-07-24T18:02:32.410Z] d747dcd14b5f: Waiting [2020-07-24T18:02:32.410Z] 9712f1f96733: Verifying Checksum [2020-07-24T18:02:32.410Z] 9712f1f96733: Download complete [2020-07-24T18:02:32.997Z] 63f879dbbcfc: Verifying Checksum [2020-07-24T18:02:32.997Z] 63f879dbbcfc: Download complete [2020-07-24T18:02:32.997Z] e9a5061849ea: Verifying Checksum [2020-07-24T18:02:32.997Z] e9a5061849ea: Download complete [2020-07-24T18:02:32.997Z] d747dcd14b5f: Verifying Checksum [2020-07-24T18:02:32.997Z] d747dcd14b5f: Download complete [2020-07-24T18:02:33.263Z] 0d9ebad4ef96: Download complete [2020-07-24T18:02:33.263Z] 2de7ff778b66: Verifying Checksum [2020-07-24T18:02:33.526Z] ab5ef0e58194: Verifying Checksum [2020-07-24T18:02:33.526Z] ab5ef0e58194: Download complete [2020-07-24T18:02:38.837Z] ab5ef0e58194: Pull complete [2020-07-24T18:02:38.837Z] 9712f1f96733: Pull complete [2020-07-24T18:02:40.754Z] 63f879dbbcfc: Pull complete [2020-07-24T18:02:47.384Z] 0d9ebad4ef96: Pull complete [2020-07-24T18:02:47.385Z] e9a5061849ea: Pull complete [2020-07-24T18:02:47.385Z] d747dcd14b5f: Pull complete [2020-07-24T18:02:50.689Z] 2de7ff778b66: Pull complete [2020-07-24T18:02:50.689Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-24T18:02:50.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-24T18:02:50.689Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-24T18:02:50.813Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:02:50.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-24T18:02:54.581Z] $ docker top c201842d5b00746a19c4bf5f4d77f501124ac31ad219caef73796f78965cac35 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-24T18:02:54.869Z] provisioning config files... [2020-07-24T18:02:54.886Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4957773394547404544tmp [2020-07-24T18:02:54.905Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3807657756129736096tmp [2020-07-24T18:02:54.920Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2325137477347828955tmp [Pipeline] { [Pipeline] echo [2020-07-24T18:02:55.000Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T18:02:55.294Z] ---> sigul-configuration.sh [2020-07-24T18:02:55.294Z] gpg: directory `/root/.gnupg' created [2020-07-24T18:02:55.294Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-24T18:02:55.294Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-24T18:02:55.294Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-24T18:02:55.294Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-24T18:02:55.294Z] gpg: CAST5 encrypted data [2020-07-24T18:02:55.555Z] gpg: encrypted with 1 passphrase [2020-07-24T18:02:55.555Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-24T18:02:55.851Z] + mkdir /home/jenkins [2020-07-24T18:02:55.851Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-24T18:02:56.145Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-24T18:02:56.154Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T18:02:56.447Z] ---> sigul-install.sh [2020-07-24T18:03:03.059Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-24T18:03:03.360Z] + git tag --list [2020-07-24T18:03:03.360Z] v1.2.1-dev.5 [Pipeline] sh [2020-07-24T18:03:03.660Z] + lftools sign git-tag v1.2.1-dev.5 [2020-07-24T18:03:05.049Z] Signing Git tag with Sigul... [2020-07-24T18:03:05.049Z] Signing v1.2.1-dev.5 [Pipeline] echo [2020-07-24T18:03:06.002Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T18:03:06.296Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-24T18:03:06.305Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-24T18:03:06.395Z] $ docker stop --time=1 c201842d5b00746a19c4bf5f4d77f501124ac31ad219caef73796f78965cac35 [2020-07-24T18:03:08.233Z] $ docker rm -f c201842d5b00746a19c4bf5f4d77f501124ac31ad219caef73796f78965cac35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:03:08.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T18:03:08.945Z] . [Pipeline] withDockerContainer [2020-07-24T18:03:09.048Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:03:09.090Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-24T18:03:09.818Z] $ docker top 0e4f895f62b1035c09a9b9acef8063b5e11090a553e10b2d4ff05bbd97767d2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T18:03:10.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T18:03:10.204Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T18:03:10.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T18:03:10.424Z] $ docker exec 0e4f895f62b1035c09a9b9acef8063b5e11090a553e10b2d4ff05bbd97767d2c ssh-agent [2020-07-24T18:03:10.615Z] SSH_AUTH_SOCK=/tmp/ssh-JLoikzLhDWqG/agent.13 [2020-07-24T18:03:10.615Z] SSH_AGENT_PID=19 [2020-07-24T18:03:10.623Z] Running ssh-add (command line suppressed) [2020-07-24T18:03:10.767Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1209632811195296875.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1209632811195296875.key) [2020-07-24T18:03:10.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T18:03:11.205Z] + git semver bump pre [2020-07-24T18:03:11.205Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T18:03:11.205Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-24T18:03:11.205Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-24T18:03:11.205Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T18:03:11.205Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T18:03:11.205Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T18:03:11.205Z] # $SEMVER_BRANCH = master [2020-07-24T18:03:11.205Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-07-24T18:03:11.205Z] 1.2.1-dev.6 [Pipeline] } [2020-07-24T18:03:11.213Z] $ docker exec --env ******** --env ******** 0e4f895f62b1035c09a9b9acef8063b5e11090a553e10b2d4ff05bbd97767d2c ssh-agent -k [2020-07-24T18:03:11.353Z] unset SSH_AUTH_SOCK; [2020-07-24T18:03:11.354Z] unset SSH_AGENT_PID; [2020-07-24T18:03:11.354Z] echo Agent pid 19 killed; [2020-07-24T18:03:11.411Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T18:03:11.915Z] + git semver [Pipeline] } [2020-07-24T18:03:11.929Z] $ docker stop --time=1 0e4f895f62b1035c09a9b9acef8063b5e11090a553e10b2d4ff05bbd97767d2c [2020-07-24T18:03:13.295Z] $ docker rm -f 0e4f895f62b1035c09a9b9acef8063b5e11090a553e10b2d4ff05bbd97767d2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:03:13.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T18:03:13.803Z] . [Pipeline] withDockerContainer [2020-07-24T18:03:13.902Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:03:13.939Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-24T18:03:14.592Z] $ docker top 7d27a83e5ef47773b022e2a14b64d7a62d20788ade9e196e90d8f80eae173517 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T18:03:14.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T18:03:14.896Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T18:03:15.112Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T18:03:15.113Z] $ docker exec 7d27a83e5ef47773b022e2a14b64d7a62d20788ade9e196e90d8f80eae173517 ssh-agent [2020-07-24T18:03:15.328Z] SSH_AUTH_SOCK=/tmp/ssh-Ki5Orw5ICNpA/agent.11 [2020-07-24T18:03:15.328Z] SSH_AGENT_PID=17 [2020-07-24T18:03:15.335Z] Running ssh-add (command line suppressed) [2020-07-24T18:03:15.469Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6748881545004726750.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6748881545004726750.key) [2020-07-24T18:03:15.531Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T18:03:15.862Z] + git semver push [2020-07-24T18:03:15.862Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T18:03:15.862Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-24T18:03:15.862Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-24T18:03:15.862Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T18:03:15.862Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T18:03:15.862Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T18:03:15.862Z] # $SEMVER_BRANCH = master [2020-07-24T18:03:15.862Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-07-24T18:03:22.464Z] $ docker exec --env ******** --env ******** 7d27a83e5ef47773b022e2a14b64d7a62d20788ade9e196e90d8f80eae173517 ssh-agent -k [2020-07-24T18:03:22.639Z] unset SSH_AUTH_SOCK; [2020-07-24T18:03:22.639Z] unset SSH_AGENT_PID; [2020-07-24T18:03:22.639Z] echo Agent pid 17 killed; [2020-07-24T18:03:22.706Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T18:03:23.202Z] + git semver [Pipeline] } [2020-07-24T18:03:23.214Z] $ docker stop --time=1 7d27a83e5ef47773b022e2a14b64d7a62d20788ade9e196e90d8f80eae173517 [2020-07-24T18:03:24.613Z] $ docker rm -f 7d27a83e5ef47773b022e2a14b64d7a62d20788ade9e196e90d8f80eae173517 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-24T18:03:25.785Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T18:03:26.345Z] ---> package-listing.sh [2020-07-24T18:03:26.345Z] ++ facter osfamily [2020-07-24T18:03:26.345Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-24T18:03:26.345Z] + OS_FAMILY=redhat [2020-07-24T18:03:26.345Z] + workspace=/w/workspace/_app-service-configurable_master [2020-07-24T18:03:26.345Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-24T18:03:26.345Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-24T18:03:26.345Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-24T18:03:26.345Z] + PACKAGES=/tmp/packages_start.txt [2020-07-24T18:03:26.345Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-07-24T18:03:26.345Z] + PACKAGES=/tmp/packages_end.txt [2020-07-24T18:03:26.345Z] + case "${OS_FAMILY}" in [2020-07-24T18:03:26.345Z] + rpm -qa [2020-07-24T18:03:26.345Z] + sort [2020-07-24T18:03:30.553Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-24T18:03:30.553Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-24T18:03:30.553Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-24T18:03:30.553Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-07-24T18:03:30.553Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-07-24T18:03:30.553Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:03:30.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T18:03:30.931Z] [2020-07-24T18:03:30.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-24T18:03:31.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T18:03:31.267Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-24T18:03:31.267Z] c9b1b535fdd9: Pulling fs layer [2020-07-24T18:03:31.267Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-24T18:03:31.267Z] 756a868c4378: Pulling fs layer [2020-07-24T18:03:31.267Z] 444b2fc9a129: Pulling fs layer [2020-07-24T18:03:31.267Z] ea15f1150254: Pulling fs layer [2020-07-24T18:03:31.267Z] 41b27a9f41bf: Pulling fs layer [2020-07-24T18:03:31.267Z] 28c525ee5125: Pulling fs layer [2020-07-24T18:03:31.267Z] 094b1ea09ed8: Pulling fs layer [2020-07-24T18:03:31.267Z] 138eaada9080: Pulling fs layer [2020-07-24T18:03:31.267Z] 0622d0fa9048: Pulling fs layer [2020-07-24T18:03:31.267Z] 444b2fc9a129: Waiting [2020-07-24T18:03:31.267Z] ea15f1150254: Waiting [2020-07-24T18:03:31.267Z] 41b27a9f41bf: Waiting [2020-07-24T18:03:31.267Z] 28c525ee5125: Waiting [2020-07-24T18:03:31.267Z] 094b1ea09ed8: Waiting [2020-07-24T18:03:31.267Z] 0622d0fa9048: Waiting [2020-07-24T18:03:31.267Z] 138eaada9080: Waiting [2020-07-24T18:03:31.267Z] 2cc5ad85d9ab: Download complete [2020-07-24T18:03:31.267Z] 444b2fc9a129: Verifying Checksum [2020-07-24T18:03:31.267Z] 444b2fc9a129: Download complete [2020-07-24T18:03:31.267Z] c9b1b535fdd9: Verifying Checksum [2020-07-24T18:03:31.267Z] c9b1b535fdd9: Download complete [2020-07-24T18:03:31.267Z] ea15f1150254: Verifying Checksum [2020-07-24T18:03:31.267Z] ea15f1150254: Download complete [2020-07-24T18:03:31.540Z] 28c525ee5125: Verifying Checksum [2020-07-24T18:03:31.540Z] 28c525ee5125: Download complete [2020-07-24T18:03:31.820Z] 756a868c4378: Verifying Checksum [2020-07-24T18:03:31.820Z] 756a868c4378: Download complete [2020-07-24T18:03:31.820Z] 138eaada9080: Verifying Checksum [2020-07-24T18:03:31.820Z] 138eaada9080: Download complete [2020-07-24T18:03:31.820Z] 0622d0fa9048: Verifying Checksum [2020-07-24T18:03:31.820Z] 0622d0fa9048: Download complete [2020-07-24T18:03:31.820Z] c9b1b535fdd9: Pull complete [2020-07-24T18:03:32.085Z] 094b1ea09ed8: Verifying Checksum [2020-07-24T18:03:32.085Z] 094b1ea09ed8: Download complete [2020-07-24T18:03:32.349Z] 2cc5ad85d9ab: Pull complete [2020-07-24T18:03:32.349Z] 41b27a9f41bf: Verifying Checksum [2020-07-24T18:03:32.349Z] 41b27a9f41bf: Download complete [2020-07-24T18:03:34.283Z] 756a868c4378: Pull complete [2020-07-24T18:03:34.283Z] 444b2fc9a129: Pull complete [2020-07-24T18:03:34.545Z] ea15f1150254: Pull complete [2020-07-24T18:03:37.878Z] 41b27a9f41bf: Pull complete [2020-07-24T18:03:38.141Z] 28c525ee5125: Pull complete [2020-07-24T18:03:40.711Z] 094b1ea09ed8: Pull complete [2020-07-24T18:03:40.711Z] 138eaada9080: Pull complete [2020-07-24T18:03:40.972Z] 0622d0fa9048: Pull complete [2020-07-24T18:03:40.972Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-24T18:03:40.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T18:03:40.972Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-24T18:03:41.105Z] prd-centos7-docker-4c-2g-889 does not seem to be running inside a container [2020-07-24T18:03:41.142Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-24T18:03:44.006Z] $ docker top 705025ca5a99250bd6fc2f1735be9352edb3f351bdc5953f5a1575dd3ffa52ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-24T18:03:44.286Z] provisioning config files... [2020-07-24T18:03:44.300Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1893050907818283145tmp [Pipeline] { [Pipeline] echo [2020-07-24T18:03:44.361Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T18:03:44.656Z] ---> create-netrc.sh [Pipeline] echo [2020-07-24T18:03:44.667Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T18:03:44.964Z] ---> logs-deploy.sh [2020-07-24T18:03:44.964Z] + ARCHIVE_ARTIFACTS= [2020-07-24T18:03:44.964Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-24T18:03:44.964Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-24T18:03:44.964Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-24T18:03:44.964Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/41 [2020-07-24T18:03:44.964Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/41/ [2020-07-24T18:03:44.964Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/41 /w/workspace/_app-service-configurable_master [2020-07-24T18:03:46.356Z] Archives upload complete. [2020-07-24T18:03:46.356Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/41 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/41/