Pull request #99 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01+7083d631a7041b965c176d4130fbdc230550ad84 (f9099f2b7382144e1f4a6aa1789c7c055b0af8db) Running in Durability level: MAX_SURVIVABILITY 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 dcbc8a6d220df67e999b8e0a576aeb28edcc7cba 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 dcbc8a6d220df67e999b8e0a576aeb28edcc7cba using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-99/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 dcbc8a6d220df67e999b8e0a576aeb28edcc7cba (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dcbc8a6d220df67e999b8e0a576aeb28edcc7cba # timeout=10 Commit message: "Merge pull request #214 from ernestojeda/fix-push-arm64-pushall" > 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 > git --version # 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 ‘prd-centos7-docker-4c-2g-623’ Running on prd-centos7-docker-4c-2g-625 in /w/workspace/y_app-service-configurable_PR-99 [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/y_app-service-configurable_PR-99 # 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/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 7083d631a7041b965c176d4130fbdc230550ad84 into PR head commit 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 Merge succeeded, producing 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 Checking out Revision 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 (PR-99) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/99/head:refs/remotes/origin/PR-99 # timeout=10 > 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/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 Commit message: "revert: remove mongo implementation" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:50:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:50:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:50:53 ========================================================= 18:50:53 EdgeX Global Pipelines Version Info 18:50:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:50:55 ------------------- 18:50:55 stable info: 18:50:55 ------------------- 18:50:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:50:55 Commit SHA: dcbc8a6d220df67e999b8e0a576aeb28edcc7cba 18:50:55 Message: update stable to v1.0.102 18:50:56 ------------------- 18:50:56 experimental info: 18:50:56 ------------------- 18:50:56 Commited By: **** collab-it+edgex@linuxfoundation.org 18:50:56 Commit SHA: dcbc8a6d220df67e999b8e0a576aeb28edcc7cba 18:50:56 Message: update experimental to v1.0.102 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:59 + git log --format=format:%s -1 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 [Pipeline] echo 18:50:59 GIT_COMMIT: 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01, Commit Message: revert: remove mongo implementation [Pipeline] echo 18:50:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:51:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:51:01 18:51:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:51:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:51:01 latest: Pulling from edgex-devops/git-semver 18:51:01 31603596830f: Pulling fs layer 18:51:01 2a8b12db71e7: Pulling fs layer 18:51:01 6ca5941a6612: Pulling fs layer 18:51:01 ecc8261a40a4: Pulling fs layer 18:51:01 ecc8261a40a4: Waiting 18:51:01 2a8b12db71e7: Verifying Checksum 18:51:01 2a8b12db71e7: Download complete 18:51:01 31603596830f: Verifying Checksum 18:51:01 31603596830f: Download complete 18:51:02 ecc8261a40a4: Verifying Checksum 18:51:02 ecc8261a40a4: Download complete 18:51:02 6ca5941a6612: Verifying Checksum 18:51:02 6ca5941a6612: Download complete 18:51:02 31603596830f: Pull complete 18:51:02 2a8b12db71e7: Pull complete 18:51:04 6ca5941a6612: Pull complete 18:51:04 ecc8261a40a4: Pull complete 18:51:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:51:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:51:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:51:04 prd-centos7-docker-4c-2g-625 does not seem to be running inside a container 18:51:04 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_PR-99 -v /w/workspace/y_app-service-configurable_PR-99:/w/workspace/y_app-service-configurable_PR-99:rw,z -v /w/workspace/y_app-service-configurable_PR-99@tmp:/w/workspace/y_app-service-configurable_PR-99@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:51:07 $ docker top dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:51:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:51:07 [ssh-agent] Looking for ssh-agent implementation... 18:51:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:51:08 $ docker exec dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 ssh-agent 18:51:08 SSH_AUTH_SOCK=/tmp/ssh-o49y6RrLYWoA/agent.12 18:51:08 SSH_AGENT_PID=18 18:51:08 Running ssh-add (command line suppressed) 18:51:08 Identity added: /w/workspace/y_app-service-configurable_PR-99@tmp/private_key_6145688040326417013.key (/w/workspace/y_app-service-configurable_PR-99@tmp/private_key_6145688040326417013.key) 18:51:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:51:08 + git describe --exact-match --tags HEAD 18:51:08 fatal: No names found, cannot describe anything. [Pipeline] } 18:51:09 $ docker exec --env ******** --env ******** dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 ssh-agent -k 18:51:09 unset SSH_AUTH_SOCK; 18:51:09 unset SSH_AGENT_PID; 18:51:09 echo Agent pid 18 killed; 18:51:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:51:09 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:51:09 This usually means this commit has not been tagged. [Pipeline] sshagent 18:51:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:51:09 [ssh-agent] Looking for ssh-agent implementation... 18:51:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:51:09 $ docker exec dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 ssh-agent 18:51:10 SSH_AUTH_SOCK=/tmp/ssh-FeOu5OWE7EjN/agent.49 18:51:10 SSH_AGENT_PID=54 18:51:10 Running ssh-add (command line suppressed) 18:51:10 Identity added: /w/workspace/y_app-service-configurable_PR-99@tmp/private_key_7977390584744162781.key (/w/workspace/y_app-service-configurable_PR-99@tmp/private_key_7977390584744162781.key) 18:51:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:51:11 + git semver init 18:51:11 # -> Open(): unable to determine branch for HEAD 18:51:11 # $GIT_DIR = /w/workspace/y_app-service-configurable_PR-99/.git 18:51:11 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_PR-99 18:51:11 # $SEMVER_REMOTE_NAME = origin 18:51:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:51:11 # $SEMVER_USER_NAME = edgex-jenkins 18:51:11 # $SEMVER_BRANCH = PR-99 18:51:11 # $SEMVER_TEMP = /tmp/semver-168641085 18:51:11 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 18:51:11 # '/tmp/semver-168641085' -> '/w/workspace/y_app-service-configurable_PR-99/.semver' 18:51:11 # -> Force: false 18:51:11 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_PR-99/.semver [Pipeline] } 18:51:11 $ docker exec --env ******** --env ******** dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 ssh-agent -k 18:51:11 unset SSH_AUTH_SOCK; 18:51:11 unset SSH_AGENT_PID; 18:51:11 echo Agent pid 54 killed; 18:51:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:51:12 + git semver [Pipeline] } 18:51:12 $ docker stop --time=1 dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 18:51:14 $ docker rm -f dbfe5c4bd7032c7b574c1fb5144bdadb202e8cbec5b3bb9e70cef50bf7efc708 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:51:15 Stashed 19 file(s) [Pipeline] echo 18:51:15 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 18:51:15 Archived original version: [0.0.0] [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 18:51:30 Still waiting to schedule task 18:51:30 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:51:30 Still waiting to schedule task 18:51:30 ‘prd-ubuntu18.04-docker-arm64-4c-16g-621’ is offline 18:53:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-626 in /w/workspace/y_app-service-configurable_PR-99 [Pipeline] { [Pipeline] ws 18:53:07 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 18:53:13 using credential edgex-jenkins-ssh 18:53:13 Cloning the remote Git repository 18:53:13 Cloning with configured refspecs honoured and without tags 18:53:13 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:53:13 > git init /w/workspace/app-service-configurable/1 # timeout=10 18:53:13 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:53:13 > git --version # timeout=10 18:53:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:14 Running on prd-centos7-docker-4c-2g-627 in /w/workspace/y_app-service-configurable_PR-99 [Pipeline] { [Pipeline] ws 18:53:14 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 18:53:14 Fetching without tags 18:53:14 Merging remotes/origin/master commit 7083d631a7041b965c176d4130fbdc230550ad84 into PR head commit 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 18:53:15 Merge succeeded, producing 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 18:53:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:53:14 > git config --add remote.origin.fetch +refs/pull/99/head:refs/remotes/origin/PR-99 # timeout=10 18:53:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:53:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:53:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:14 > git config core.sparsecheckout # timeout=10 18:53:14 > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 18:53:15 > git remote # timeout=10 18:53:15 > git config --get remote.origin.url # timeout=10 18:53:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:15 > git merge 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 18:53:15 > git rev-parse HEAD^{commit} # timeout=10 18:53:15 Checking out Revision 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 (PR-99) 18:53:16 using credential edgex-jenkins-ssh 18:53:16 Cloning the remote Git repository 18:53:16 Cloning with configured refspecs honoured and without tags 18:53:15 > git config core.sparsecheckout # timeout=10 18:53:15 > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 18:53:16 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:53:16 > git init /w/workspace/app-service-configurable/1 # timeout=10 18:53:16 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:53:16 > git --version # timeout=10 18:53:16 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:17 Fetching without tags 18:53:17 Merging remotes/origin/master commit 7083d631a7041b965c176d4130fbdc230550ad84 into PR head commit 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 18:53:17 Merge succeeded, producing 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 18:53:17 Checking out Revision 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 (PR-99) 18:53:17 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:53:17 > git config --add remote.origin.fetch +refs/pull/99/head:refs/remotes/origin/PR-99 # timeout=10 18:53:17 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:17 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:53:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:53:17 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:17 > git config core.sparsecheckout # timeout=10 18:53:17 > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 18:53:17 > git remote # timeout=10 18:53:17 > git config --get remote.origin.url # timeout=10 18:53:17 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:17 > git merge 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 18:53:17 > git rev-parse HEAD^{commit} # timeout=10 18:53:17 > git config core.sparsecheckout # timeout=10 18:53:17 > git checkout -f 7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 # timeout=10 18:53:19 Commit message: "revert: remove mongo implementation" 18:53:19 > git --version # timeout=10 18:53:19 fatal: bad object dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:53:21 Commit message: "revert: remove mongo implementation" 18:53:21 > git --version # timeout=10 18:53:21 fatal: bad object dcbc8a6d220df67e999b8e0a576aeb28edcc7cba [Pipeline] echo 18:53:21 ========================================================= 18:53:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:53:21 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 18:53:22 + 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 . [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:53:22 ========================================================= 18:53:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:53:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:53:23 Sending build context to Docker daemon 290.3kB 18:53:23 Step 1/8 : ARG BASE=golang:1.13-alpine 18:53:23 Step 2/8 : FROM ${BASE} 18:53:23 + 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 . 18:53:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:53:23 b538f80385f9: Pulling fs layer 18:53:23 74f711af9a0d: Pulling fs layer 18:53:23 99f96fe45779: Pulling fs layer 18:53:23 fd7a069fd194: Pulling fs layer 18:53:23 66aa3694b03b: Pulling fs layer 18:53:23 170f70906a0f: Pulling fs layer 18:53:23 ad7c5574e4b9: Pulling fs layer 18:53:23 e772456be8f7: Pulling fs layer 18:53:23 c890913d741a: Pulling fs layer 18:53:23 2480fcc9aa5a: Pulling fs layer 18:53:23 09adf4765672: Pulling fs layer 18:53:23 fd7a069fd194: Waiting 18:53:23 66aa3694b03b: Waiting 18:53:23 170f70906a0f: Waiting 18:53:23 ad7c5574e4b9: Waiting 18:53:23 e772456be8f7: Waiting 18:53:23 c890913d741a: Waiting 18:53:23 2480fcc9aa5a: Waiting 18:53:23 09adf4765672: Waiting 18:53:23 99f96fe45779: Verifying Checksum 18:53:23 99f96fe45779: Download complete 18:53:23 74f711af9a0d: Verifying Checksum 18:53:23 74f711af9a0d: Download complete 18:53:23 66aa3694b03b: Download complete 18:53:23 170f70906a0f: Verifying Checksum 18:53:23 170f70906a0f: Download complete 18:53:23 b538f80385f9: Verifying Checksum 18:53:23 b538f80385f9: Download complete 18:53:23 Sending build context to Docker daemon 290.3kB 18:53:23 Step 1/8 : ARG BASE=golang:1.13-alpine 18:53:23 Step 2/8 : FROM ${BASE} 18:53:23 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:53:23 df20fa9351a1: Pulling fs layer 18:53:23 ed8968b2872e: Pulling fs layer 18:53:23 a92cc7c5fd73: Pulling fs layer 18:53:23 2dd03ba5bac4: Pulling fs layer 18:53:23 1e091d79d1de: Pulling fs layer 18:53:23 481702a1767f: Pulling fs layer 18:53:23 f64a6f60c768: Pulling fs layer 18:53:23 e78d2573fc39: Pulling fs layer 18:53:23 e876d2f968b6: Pulling fs layer 18:53:23 ce8a83651883: Pulling fs layer 18:53:23 07967f4d0e4b: Pulling fs layer 18:53:23 2dd03ba5bac4: Waiting 18:53:23 ce8a83651883: Waiting 18:53:23 e78d2573fc39: Waiting 18:53:23 1e091d79d1de: Waiting 18:53:23 07967f4d0e4b: Waiting 18:53:23 e876d2f968b6: Waiting 18:53:23 f64a6f60c768: Waiting 18:53:23 481702a1767f: Waiting 18:53:23 a92cc7c5fd73: Verifying Checksum 18:53:23 a92cc7c5fd73: Download complete 18:53:23 ed8968b2872e: Verifying Checksum 18:53:23 ed8968b2872e: Download complete 18:53:23 1e091d79d1de: Verifying Checksum 18:53:23 1e091d79d1de: Download complete 18:53:23 481702a1767f: Verifying Checksum 18:53:23 481702a1767f: Download complete 18:53:23 df20fa9351a1: Verifying Checksum 18:53:23 df20fa9351a1: Download complete 18:53:23 df20fa9351a1: Pull complete 18:53:24 ed8968b2872e: Pull complete 18:53:24 a92cc7c5fd73: Pull complete 18:53:24 b538f80385f9: Pull complete 18:53:24 f64a6f60c768: Verifying Checksum 18:53:24 f64a6f60c768: Download complete 18:53:24 e876d2f968b6: Verifying Checksum 18:53:24 e876d2f968b6: Download complete 18:53:25 74f711af9a0d: Pull complete 18:53:25 99f96fe45779: Pull complete 18:53:25 2dd03ba5bac4: Verifying Checksum 18:53:25 2dd03ba5bac4: Download complete 18:53:25 07967f4d0e4b: Verifying Checksum 18:53:25 07967f4d0e4b: Download complete 18:53:26 ce8a83651883: Verifying Checksum 18:53:26 ce8a83651883: Download complete 18:53:26 e78d2573fc39: Verifying Checksum 18:53:26 e78d2573fc39: Download complete 18:53:26 ad7c5574e4b9: Verifying Checksum 18:53:26 ad7c5574e4b9: Download complete 18:53:26 c890913d741a: Verifying Checksum 18:53:26 c890913d741a: Download complete 18:53:28 2480fcc9aa5a: Verifying Checksum 18:53:28 2480fcc9aa5a: Download complete 18:53:28 09adf4765672: Verifying Checksum 18:53:28 09adf4765672: Download complete 18:53:28 e772456be8f7: Verifying Checksum 18:53:28 e772456be8f7: Download complete 18:53:29 fd7a069fd194: Verifying Checksum 18:53:29 fd7a069fd194: Download complete 18:53:31 2dd03ba5bac4: Pull complete 18:53:31 1e091d79d1de: Pull complete 18:53:31 481702a1767f: Pull complete 18:53:35 f64a6f60c768: Pull complete 18:53:38 e78d2573fc39: Pull complete 18:53:38 e876d2f968b6: Pull complete 18:53:39 ce8a83651883: Pull complete 18:53:39 07967f4d0e4b: Pull complete 18:53:39 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 18:53:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:53:39 ---> 5d7c900382c6 18:53:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:53:40 ---> Running in aa9b1994135d 18:53:40 Removing intermediate container aa9b1994135d 18:53:40 ---> caea014d9d65 18:53:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:53:40 ---> Running in a9781f825e87 18:53:41 fd7a069fd194: Pull complete 18:53:41 66aa3694b03b: Pull complete 18:53:41 170f70906a0f: Pull complete 18:53:42 Removing intermediate container a9781f825e87 18:53:42 ---> eb547df0a6ce 18:53:42 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:53:42 ---> Running in d7ecaf0a8843 18:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:53:43 (1/6) Installing libc-dev (0.7.2-r3) 18:53:43 (2/6) Installing libsodium (1.0.18-r0) 18:53:43 (3/6) Installing pkgconf (1.7.2-r0) 18:53:43 (4/6) Installing libsodium-dev (1.0.18-r0) 18:53:44 (5/6) Installing libzmq (4.3.2-r0) 18:53:44 (6/6) Installing zeromq-dev (4.3.2-r0) 18:53:44 Executing busybox-1.31.1-r16.trigger 18:53:44 OK: 167 MiB in 45 packages 18:53:44 Removing intermediate container d7ecaf0a8843 18:53:44 ---> d79f5f068c1d 18:53:44 Step 6/8 : WORKDIR /app 18:53:44 ---> Running in cc65b7be5bf9 18:53:44 ad7c5574e4b9: Pull complete 18:53:45 Removing intermediate container cc65b7be5bf9 18:53:45 ---> 6cd718c0d899 18:53:45 Step 7/8 : COPY . . 18:53:45 ---> 8a9f834788ba 18:53:45 Step 8/8 : RUN go mod download 18:53:45 ---> Running in af806e95fedf 18:53:48 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:53:48 go: finding github.com/BurntSushi/toml v0.3.1 18:53:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:53:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:53:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:53:48 go: finding github.com/bgentry/speakeasy v0.1.0 18:53:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:53:48 go: finding github.com/davecgh/go-spew v1.1.1 18:53:48 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:53:48 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:53:48 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 18:53:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 18:53:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:53:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:53:48 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:53:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:53:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 18:53:48 go: finding github.com/fatih/color v1.7.0 18:53:48 go: finding github.com/fsnotify/fsnotify v1.4.7 18:53:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:53:48 go: finding github.com/go-kit/kit v0.8.0 18:53:48 go: finding github.com/go-logfmt/logfmt v0.4.0 18:53:48 go: finding github.com/go-redis/redis/v7 v7.2.0 18:53:48 go: finding github.com/go-stack/stack v1.8.0 18:53:48 go: finding github.com/golang/protobuf v1.3.2 18:53:48 go: finding github.com/golang/snappy v0.0.1 18:53:48 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:53:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:53:48 go: finding github.com/google/go-cmp v0.4.0 18:53:48 go: finding github.com/google/uuid v1.1.1 18:53:48 go: finding github.com/gorilla/mux v1.7.4 18:53:48 go: finding github.com/hashicorp/consul/api v1.1.0 18:53:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:53:48 go: finding github.com/hashicorp/errwrap v1.0.0 18:53:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:53:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:53:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:53:48 go: finding github.com/hashicorp/go-multierror v1.0.0 18:53:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:53:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:53:48 go: finding github.com/hashicorp/go-syslog v1.0.0 18:53:48 go: finding github.com/hashicorp/go-uuid v1.0.1 18:53:48 go: finding github.com/hashicorp/go.net v0.0.1 18:53:48 go: finding github.com/hashicorp/golang-lru v0.5.0 18:53:48 go: finding github.com/hashicorp/logutils v1.0.0 18:53:48 go: finding github.com/hashicorp/mdns v1.0.0 18:53:48 go: finding github.com/hashicorp/memberlist v0.1.3 18:53:48 go: finding github.com/hashicorp/serf v0.8.2 18:53:49 go: finding github.com/hpcloud/tail v1.0.0 18:53:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:53:49 go: finding github.com/kr/pretty v0.1.0 18:53:49 go: finding github.com/kr/pty v1.1.1 18:53:49 go: finding github.com/kr/text v0.1.0 18:53:49 go: finding github.com/mattn/go-colorable v0.0.9 18:53:49 go: finding github.com/mattn/go-isatty v0.0.3 18:53:49 go: finding github.com/miekg/dns v1.0.14 18:53:49 go: finding github.com/mitchellh/cli v1.0.0 18:53:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:53:49 go: finding github.com/mitchellh/copystructure v1.0.0 18:53:49 go: finding github.com/mitchellh/go-homedir v1.0.0 18:53:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:53:49 go: finding github.com/mitchellh/gox v0.4.0 18:53:49 go: finding github.com/mitchellh/iochan v1.0.0 18:53:49 go: finding github.com/mitchellh/mapstructure v1.1.2 18:53:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:53:49 go: finding github.com/onsi/ginkgo v1.10.1 18:53:49 go: finding github.com/onsi/gomega v1.7.0 18:53:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:53:49 go: finding github.com/pebbe/zmq4 v1.0.0 18:53:49 go: finding github.com/pelletier/go-toml v1.2.0 18:53:49 go: finding github.com/pkg/errors v0.8.1 18:53:49 go: finding github.com/pmezard/go-difflib v1.0.0 18:53:49 go: finding github.com/posener/complete v1.1.1 18:53:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:53:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:53:49 go: finding github.com/stretchr/objx v0.2.0 18:53:49 go: finding github.com/stretchr/testify v1.6.1 18:53:49 go: finding github.com/tidwall/pretty v1.0.1 18:53:49 go: finding github.com/ugorji/go v1.1.4 18:53:49 go: finding github.com/x448/float16 v0.8.4 18:53:49 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:53:49 go: finding github.com/xdg/stringprep v1.0.0 18:53:49 go: finding go.mongodb.org/mongo-driver v1.1.1 18:53:49 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:53:49 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:53:49 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:53:49 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:53:49 go: finding golang.org/x/text v0.3.2 18:53:49 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:53:49 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 18:53:49 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:53:49 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:53:49 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:53:49 go: finding gopkg.in/yaml.v2 v2.2.8 18:53:49 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:53:50 e772456be8f7: Pull complete 18:53:50 c890913d741a: Pull complete 18:53:52 2480fcc9aa5a: Pull complete 18:53:52 09adf4765672: Pull complete 18:53:52 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 18:53:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:53:52 ---> 2248a725d1cf 18:53:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:53:57 ---> Running in 0a7f253125ef 18:53:57 Removing intermediate container 0a7f253125ef 18:53:57 ---> cac31f230390 18:53:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:53:57 ---> Running in 3d63d9b99a50 18:54:00 Removing intermediate container 3d63d9b99a50 18:54:00 ---> 76f069185992 18:54:00 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:54:00 ---> Running in 4c625970bcfc 18:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:54:03 (1/6) Installing libc-dev (0.7.2-r3) 18:54:03 (2/6) Installing libsodium (1.0.18-r0) 18:54:03 (3/6) Installing pkgconf (1.7.2-r0) 18:54:03 (4/6) Installing libsodium-dev (1.0.18-r0) 18:54:03 (5/6) Installing libzmq (4.3.2-r0) 18:54:03 (6/6) Installing zeromq-dev (4.3.2-r0) 18:54:03 Executing busybox-1.31.1-r16.trigger 18:54:03 OK: 143 MiB in 45 packages 18:54:04 Removing intermediate container af806e95fedf 18:54:04 ---> 74511b38813b 18:54:04 Successfully built 74511b38813b 18:54:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 18:54:05 Removing intermediate container 4c625970bcfc 18:54:05 ---> 77d463f2069b 18:54:05 Step 6/8 : WORKDIR /app 18:54:05 ---> Running in 4deb2c421ba4 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:05 Removing intermediate container 4deb2c421ba4 18:54:05 ---> 327846455ce1 18:54:05 Step 7/8 : COPY . . 18:54:05 + docker inspect -f . ci-base-image-x86_64 18:54:05 . [Pipeline] withDockerContainer 18:54:05 prd-centos7-docker-4c-2g-627 does not seem to be running inside a container 18:54:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:54:06 ---> 90b35e6cc369 18:54:06 Step 8/8 : RUN go mod download 18:54:06 ---> Running in 1d7a03399e00 18:54:06 $ docker top 4ac1ded6f7e3927205fc970d8481082772da27c2b45a4de042484fc1caeeca1a -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:07 + go version 18:54:07 go version go1.13.13 linux/amd64 [Pipeline] sh 18:54:07 + make test 18:54:07 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:54:09 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:54:09 go: finding github.com/BurntSushi/toml v0.3.1 18:54:09 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:54:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:54:09 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:54:09 go: finding github.com/bgentry/speakeasy v0.1.0 18:54:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:54:09 go: finding github.com/davecgh/go-spew v1.1.1 18:54:09 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:54:09 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:54:09 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 18:54:09 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 18:54:09 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:54:09 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:54:09 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:54:09 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:54:09 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 18:54:09 go: finding github.com/fatih/color v1.7.0 18:54:09 go: finding github.com/fsnotify/fsnotify v1.4.7 18:54:09 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:54:09 go: finding github.com/go-kit/kit v0.8.0 18:54:09 go: finding github.com/go-logfmt/logfmt v0.4.0 18:54:09 go: finding github.com/go-redis/redis/v7 v7.2.0 18:54:09 go: finding github.com/go-stack/stack v1.8.0 18:54:09 go: finding github.com/golang/protobuf v1.3.2 18:54:09 go: finding github.com/golang/snappy v0.0.1 18:54:10 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:54:10 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:54:10 go: finding github.com/google/go-cmp v0.4.0 18:54:10 go: finding github.com/google/uuid v1.1.1 18:54:10 go: finding github.com/gorilla/mux v1.7.4 18:54:10 go: finding github.com/hashicorp/consul/api v1.1.0 18:54:10 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:54:10 go: finding github.com/hashicorp/errwrap v1.0.0 18:54:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:54:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:54:10 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:54:10 go: finding github.com/hashicorp/go-multierror v1.0.0 18:54:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:54:10 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:54:10 go: finding github.com/hashicorp/go-syslog v1.0.0 18:54:10 go: finding github.com/hashicorp/go-uuid v1.0.1 18:54:10 go: finding github.com/hashicorp/go.net v0.0.1 18:54:10 go: finding github.com/hashicorp/golang-lru v0.5.0 18:54:10 go: finding github.com/hashicorp/logutils v1.0.0 18:54:10 go: finding github.com/hashicorp/mdns v1.0.0 18:54:10 go: finding github.com/hashicorp/memberlist v0.1.3 18:54:10 go: finding github.com/hashicorp/serf v0.8.2 18:54:10 go: finding github.com/hpcloud/tail v1.0.0 18:54:10 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:54:10 go: finding github.com/kr/pretty v0.1.0 18:54:10 go: finding github.com/kr/pty v1.1.1 18:54:10 go: finding github.com/kr/text v0.1.0 18:54:10 go: finding github.com/mattn/go-colorable v0.0.9 18:54:10 go: finding github.com/mattn/go-isatty v0.0.3 18:54:10 go: finding github.com/miekg/dns v1.0.14 18:54:10 go: finding github.com/mitchellh/cli v1.0.0 18:54:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:54:10 go: finding github.com/mitchellh/copystructure v1.0.0 18:54:10 go: finding github.com/mitchellh/go-homedir v1.0.0 18:54:10 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:54:10 go: finding github.com/mitchellh/gox v0.4.0 18:54:10 go: finding github.com/mitchellh/iochan v1.0.0 18:54:10 go: finding github.com/mitchellh/mapstructure v1.1.2 18:54:10 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:54:10 go: finding github.com/onsi/ginkgo v1.10.1 18:54:10 go: finding github.com/onsi/gomega v1.7.0 18:54:10 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:54:10 go: finding github.com/pebbe/zmq4 v1.0.0 18:54:10 go: finding github.com/pelletier/go-toml v1.2.0 18:54:10 go: finding github.com/pkg/errors v0.8.1 18:54:10 go: finding github.com/pmezard/go-difflib v1.0.0 18:54:11 go: finding github.com/posener/complete v1.1.1 18:54:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:54:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:54:11 go: finding github.com/stretchr/objx v0.2.0 18:54:11 go: finding github.com/stretchr/testify v1.6.1 18:54:11 go: finding github.com/tidwall/pretty v1.0.1 18:54:11 go: finding github.com/ugorji/go v1.1.4 18:54:11 go: finding github.com/x448/float16 v0.8.4 18:54:11 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:54:11 go: finding github.com/xdg/stringprep v1.0.0 18:54:11 go: finding go.mongodb.org/mongo-driver v1.1.1 18:54:11 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:54:11 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:54:11 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:54:11 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 18:54:11 go: finding golang.org/x/text v0.3.2 18:54:11 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 18:54:11 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 18:54:11 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 18:54:11 go: finding gopkg.in/fsnotify.v1 v1.4.7 18:54:11 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:54:11 go: finding gopkg.in/yaml.v2 v2.2.8 18:54:11 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:54:22 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:54:22 CGO_ENABLED=1 go vet ./... 18:54:24 gofmt -l . 18:54:24 [ "`gofmt -l .`" = "" ] 18:54:24 ./bin/test-go-mod-tidy.sh 18:54:24 ./bin/test-attribution-txt.sh [Pipeline] stash 18:54:25 Stashed 1 file(s) [Pipeline] } 18:54:25 $ docker stop --time=1 4ac1ded6f7e3927205fc970d8481082772da27c2b45a4de042484fc1caeeca1a 18:54:27 $ docker rm -f 4ac1ded6f7e3927205fc970d8481082772da27c2b45a4de042484fc1caeeca1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 18:54:30 Removing intermediate container 1d7a03399e00 18:54:30 ---> 22eee42546bb 18:54:30 Successfully built 22eee42546bb 18:54:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:54:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:31 + ls -al . 18:54:31 total 96 18:54:31 drwxrwxr-x. 8 jenkins jenkins 4096 Jul 22 18:54 . 18:54:31 drwxrwxr-x. 4 jenkins jenkins 28 Jul 22 18:53 .. 18:54:31 -rw-rw-r--. 1 jenkins jenkins 6027 Jul 22 18:53 Attribution.txt 18:54:31 drwxrwxr-x. 2 jenkins jenkins 64 Jul 22 18:53 bin 18:54:31 -rw-r--r--. 1 jenkins jenkins 10 Jul 22 18:54 coverage.out 18:54:31 -rw-rw-r--. 1 jenkins jenkins 180 Jul 22 18:53 docker-compose.debug.yml 18:54:31 -rw-rw-r--. 1 jenkins jenkins 133 Jul 22 18:53 docker-compose.yml 18:54:31 -rw-rw-r--. 1 jenkins jenkins 1997 Jul 22 18:53 Dockerfile 18:54:31 -rw-rw-r--. 1 jenkins jenkins 966 Jul 22 18:53 Dockerfile.build 18:54:31 -rw-rw-r--. 1 jenkins jenkins 119 Jul 22 18:53 .dockerignore 18:54:31 drwxrwxr-x. 8 jenkins jenkins 179 Jul 22 18:53 .git 18:54:31 drwxrwxr-x. 2 jenkins jenkins 81 Jul 22 18:53 .github 18:54:31 -rw-rw-r--. 1 jenkins jenkins 93 Jul 22 18:53 .gitignore 18:54:31 -rw-r--r--. 1 jenkins jenkins 133 Jul 22 18:54 go.mod 18:54:31 -rw-r--r--. 1 jenkins jenkins 18986 Jul 22 18:54 go.sum 18:54:31 -rw-rw-r--. 1 jenkins jenkins 710 Jul 22 18:53 Jenkinsfile 18:54:31 -rw-rw-r--. 1 jenkins jenkins 10174 Jul 22 18:53 LICENSE 18:54:31 -rw-rw-r--. 1 jenkins jenkins 1519 Jul 22 18:53 main.go 18:54:31 -rw-rw-r--. 1 jenkins jenkins 1573 Jul 22 18:53 makefile 18:54:31 -rw-rw-r--. 1 jenkins jenkins 481 Jul 22 18:53 README.md 18:54:31 drwxrwxr-x. 10 jenkins jenkins 171 Jul 22 18:53 res 18:54:31 drwxrwxr-x. 3 jenkins jenkins 45 Jul 22 18:53 .semver 18:54:31 drwxrwxr-x. 4 jenkins jenkins 71 Jul 22 18:53 snap 18:54:31 -rw-rw-r--. 1 jenkins jenkins 5 Jul 22 18:51 VERSION [Pipeline] isUnix [Pipeline] sh 18:54:31 + docker inspect -f . ci-base-image-arm64 18:54:31 . [Pipeline] withDockerContainer 18:54:31 + 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=7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 --label arch=amd64 --label version=0.0.0 . 18:54:31 Sending build context to Docker daemon 312.3kB 18:54:31 Step 1/26 : ARG BASE=golang:1.13-alpine 18:54:31 Step 2/26 : FROM ${BASE} AS builder 18:54:31 ---> 74511b38813b 18:54:31 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:54:31 prd-ubuntu18.04-docker-arm64-4c-16g-626 does not seem to be running inside a container 18:54:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:54:31 ---> Running in 98080759b036 18:54:31 Removing intermediate container 98080759b036 18:54:31 ---> 914f14b8ebaa 18:54:31 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:54:31 ---> Running in edc33ae71bf5 18:54:32 Removing intermediate container edc33ae71bf5 18:54:32 ---> 7c026eba2fea 18:54:32 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:54:32 ---> Running in e8b280bd99f2 18:54:32 Removing intermediate container e8b280bd99f2 18:54:32 ---> 67b87f2895f8 18:54:32 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:54:32 ---> Running in f8703a8e487d 18:54:33 Removing intermediate container f8703a8e487d 18:54:33 ---> 8b33b9955285 18:54:33 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:54:33 ---> Running in 33be0d059350 18:54:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:54:33 $ docker top c0b01e28028c2985bb4e34fdbeebb9645fa6fd5747b595e1f07e8a4432b78fec -eo pid,comm [Pipeline] { 18:54:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 18:54:34 OK: 167 MiB in 45 packages 18:54:35 Removing intermediate container 33be0d059350 18:54:35 ---> 8fe7fd760d92 18:54:35 Step 8/26 : WORKDIR /app 18:54:35 ---> Running in 4671d570686d 18:54:35 + go version 18:54:35 go version go1.13.13 linux/arm64 [Pipeline] sh 18:54:35 Removing intermediate container 4671d570686d 18:54:35 ---> af169ab45f81 18:54:35 Step 9/26 : COPY go.mod . 18:54:35 ---> c4158a16eebb 18:54:35 Step 10/26 : RUN go mod download 18:54:35 ---> Running in 84c64eb7facc 18:54:36 + make test 18:54:36 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:54:36 Removing intermediate container 84c64eb7facc 18:54:36 ---> a426d2b242b4 18:54:36 Step 11/26 : COPY . . 18:54:36 ---> da75f7b70399 18:54:36 Step 12/26 : ARG MAKE="make build" 18:54:36 ---> Running in 69bc8e54a204 18:54:37 Removing intermediate container 69bc8e54a204 18:54:37 ---> a0d78609ed98 18:54:37 Step 13/26 : RUN $MAKE 18:54:37 ---> Running in 603f5e4bc6b4 18:54:37 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 18:54:55 Removing intermediate container 603f5e4bc6b4 18:54:55 ---> 9c84ec1eb6f2 18:54:55 Step 14/26 : FROM alpine:latest 18:54:55 latest: Pulling from library/alpine 18:54:55 df20fa9351a1: Already exists 18:54:55 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:54:55 Status: Downloaded newer image for alpine:latest 18:54:55 ---> a24bb4013296 18:54:55 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:54:55 ---> Running in d0b7c7388422 18:54:55 Removing intermediate container d0b7c7388422 18:54:55 ---> 459e7042032d 18:54:55 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 18:54:55 ---> Running in 3cbf35190732 18:54:55 Removing intermediate container 3cbf35190732 18:54:55 ---> 19d062a76ce8 18:54:55 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 18:54:55 ---> Running in 647bcdb36701 18:54:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:54:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:54:55 (1/6) Installing ca-certificates (20191127-r4) 18:54:55 (2/6) Installing libgcc (9.3.0-r2) 18:54:55 (3/6) Installing libsodium (1.0.18-r0) 18:54:55 (4/6) Installing libstdc++ (9.3.0-r2) 18:54:55 (5/6) Installing libzmq (4.3.2-r0) 18:54:55 (6/6) Installing zeromq (4.3.2-r0) 18:54:55 Executing busybox-1.31.1-r16.trigger 18:54:55 Executing ca-certificates-20191127-r4.trigger 18:54:55 OK: 9 MiB in 20 packages 18:54:57 Removing intermediate container 647bcdb36701 18:54:57 ---> 1b3f3d8743ef 18:54:57 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:54:57 ---> 0f7e95832590 18:54:57 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 18:54:57 ---> a43016d13d25 18:54:57 Step 20/26 : COPY --from=builder /app/res/ /res/ 18:54:57 ---> b22d2840a658 18:54:57 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:54:58 ---> c65301f5036d 18:54:58 Step 22/26 : EXPOSE 48095 18:54:58 ---> Running in cf9632d31689 18:54:58 Removing intermediate container cf9632d31689 18:54:58 ---> d4047127a844 18:54:58 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:54:58 ---> Running in 74a13c288a01 18:54:58 Removing intermediate container 74a13c288a01 18:54:58 ---> ed65b8b711c9 18:54:58 Step 24/26 : LABEL arch=amd64 18:54:58 ---> Running in fa4573b7b54b 18:54:58 Removing intermediate container fa4573b7b54b 18:54:58 ---> 4e2a4fee1583 18:54:58 Step 25/26 : LABEL git_sha=7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 18:54:59 ---> Running in 3c23ed3265bc 18:54:59 Removing intermediate container 3c23ed3265bc 18:54:59 ---> b98208e7bf46 18:54:59 Step 26/26 : LABEL version=0.0.0 18:54:59 ---> Running in c874808f2b0d 18:54:59 Removing intermediate container c874808f2b0d 18:54:59 ---> 35979dbb1846 18:54:59 [Warning] One or more build-args [ARCH] were not consumed 18:54:59 Successfully built 35979dbb1846 18:54:59 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 18:55:00 ++ find /w/workspace/app-service-configurable/1 18:55:00 ++ grep snapcraft.yaml 18:55:00 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:55:00 provisioning config files... 18:55:01 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/1@tmp/config6037651232651167722tmp [Pipeline] { [Pipeline] sh 18:55:01 + cp /w/workspace/app-service-configurable/1@tmp/config6037651232651167722tmp /w/workspace/app-service-configurable/1/edgex-snap-store-login [Pipeline] sh 18:55:01 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/1:/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 18:55:01 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 18:55:01 latest: Pulling from edgex-devops/edgex-snap-builder 18:55:01 a1125296b23d: Pulling fs layer 18:55:01 3c742a4a0f38: Pulling fs layer 18:55:01 4c5ea3b32996: Pulling fs layer 18:55:01 1b4be91ead68: Pulling fs layer 18:55:01 9224317f5338: Pulling fs layer 18:55:01 a1d4acd2f81e: Pulling fs layer 18:55:01 de16526aea4f: Pulling fs layer 18:55:01 98d9a47ff92f: Pulling fs layer 18:55:01 f00a2f7e41d2: Pulling fs layer 18:55:01 1b4be91ead68: Waiting 18:55:01 9224317f5338: Waiting 18:55:01 98d9a47ff92f: Waiting 18:55:01 a1d4acd2f81e: Waiting 18:55:01 f00a2f7e41d2: Waiting 18:55:01 3c742a4a0f38: Download complete 18:55:01 1b4be91ead68: Verifying Checksum 18:55:01 1b4be91ead68: Download complete 18:55:02 4c5ea3b32996: Verifying Checksum 18:55:02 4c5ea3b32996: Download complete 18:55:02 a1d4acd2f81e: Verifying Checksum 18:55:02 a1d4acd2f81e: Download complete 18:55:02 de16526aea4f: Verifying Checksum 18:55:02 de16526aea4f: Download complete 18:55:02 98d9a47ff92f: Verifying Checksum 18:55:02 98d9a47ff92f: Download complete 18:55:02 a1125296b23d: Download complete 18:55:02 f00a2f7e41d2: Verifying Checksum 18:55:02 f00a2f7e41d2: Download complete 18:55:03 a1125296b23d: Pull complete 18:55:03 3c742a4a0f38: Pull complete 18:55:03 4c5ea3b32996: Pull complete 18:55:03 1b4be91ead68: Pull complete 18:55:06 9224317f5338: Download complete 18:55:23 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:55:23 CGO_ENABLED=1 go vet ./... 18:55:28 gofmt -l . 18:55:28 [ "`gofmt -l .`" = "" ] 18:55:28 ./bin/test-go-mod-tidy.sh 18:55:29 ./bin/test-attribution-txt.sh [Pipeline] stash 18:55:30 Warning: overwriting stash ‘coverage-report’ 18:55:31 Stashed 1 file(s) [Pipeline] } 18:55:31 $ docker stop --time=1 c0b01e28028c2985bb4e34fdbeebb9645fa6fd5747b595e1f07e8a4432b78fec 18:55:33 9224317f5338: Pull complete 18:55:33 a1d4acd2f81e: Pull complete 18:55:33 de16526aea4f: Pull complete 18:55:33 98d9a47ff92f: Pull complete 18:55:33 f00a2f7e41d2: Pull complete 18:55:33 Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 18:55:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 18:55:33 $ docker rm -f c0b01e28028c2985bb4e34fdbeebb9645fa6fd5747b595e1f07e8a4432b78fec 18:55:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:55:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [Pipeline] // withDockerContainer 18:55:33 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:55:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] [Pipeline] } [Pipeline] // script [Pipeline] } 18:55:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] 18:55:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1022 kB] 18:55:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [97.8 kB] 18:55:34 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 18:55:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 18:55:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] 18:55:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1321 kB] [Pipeline] sh 18:55:34 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] 18:55:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:55:34 Fetched 5105 kB in 1s (3602 kB/s) 18:55:35 + ls -al . 18:55:35 total 124 18:55:35 drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 18:55 . 18:55:35 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 18:53 .. 18:55:35 -rw-rw-r-- 1 jenkins jenkins 119 Jul 22 18:53 .dockerignore 18:55:35 drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 18:53 .git 18:55:35 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 18:53 .github 18:55:35 -rw-rw-r-- 1 jenkins jenkins 93 Jul 22 18:53 .gitignore 18:55:35 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 18:53 .semver 18:55:35 -rw-rw-r-- 1 jenkins jenkins 6027 Jul 22 18:53 Attribution.txt 18:55:35 -rw-rw-r-- 1 jenkins jenkins 1997 Jul 22 18:53 Dockerfile 18:55:35 -rw-rw-r-- 1 jenkins jenkins 966 Jul 22 18:53 Dockerfile.build 18:55:35 -rw-rw-r-- 1 jenkins jenkins 710 Jul 22 18:53 Jenkinsfile 18:55:35 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 22 18:53 LICENSE 18:55:35 -rw-rw-r-- 1 jenkins jenkins 481 Jul 22 18:53 README.md 18:55:35 -rw-rw-r-- 1 jenkins jenkins 5 Jul 22 18:51 VERSION 18:55:35 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 18:53 bin 18:55:35 -rw-r--r-- 1 jenkins jenkins 10 Jul 22 18:54 coverage.out 18:55:35 -rw-rw-r-- 1 jenkins jenkins 180 Jul 22 18:53 docker-compose.debug.yml 18:55:35 -rw-rw-r-- 1 jenkins jenkins 133 Jul 22 18:53 docker-compose.yml 18:55:35 -rw-r--r-- 1 jenkins jenkins 133 Jul 22 18:55 go.mod 18:55:35 -rw-r--r-- 1 jenkins jenkins 18986 Jul 22 18:55 go.sum 18:55:35 -rw-rw-r-- 1 jenkins jenkins 1519 Jul 22 18:53 main.go 18:55:35 -rw-rw-r-- 1 jenkins jenkins 1573 Jul 22 18:53 makefile 18:55:35 drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 18:53 res 18:55:35 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 18:53 snap [Pipeline] isUnix [Pipeline] sh 18:55:35 + 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=7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 --label arch=arm64 --label version=0.0.0 . 18:55:35 Sending build context to Docker daemon 312.3kB 18:55:35 Step 1/26 : ARG BASE=golang:1.13-alpine 18:55:35 Step 2/26 : FROM ${BASE} AS builder 18:55:35 ---> 22eee42546bb 18:55:35 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:55:36 ---> Running in dc88b61ccff5 18:55:36 Reading package lists... 18:55:36 Removing intermediate container dc88b61ccff5 18:55:36 ---> 35c1e0cae26a 18:55:36 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:55:36 ---> Running in 34779df2906a 18:55:37 Removing intermediate container 34779df2906a 18:55:37 ---> 1dcf4c017b0a 18:55:37 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:55:37 ---> Running in beb232ff4810 18:55:37 Removing intermediate container beb232ff4810 18:55:37 ---> 0117ff2100a1 18:55:37 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:55:37 ---> Running in 23c4768890e6 18:55:38 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: 18:55:38 - README.md 18:55:38 18:55:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:55:40 Removing intermediate container 23c4768890e6 18:55:40 ---> 6d41b095b79a 18:55:40 Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:55:40 ---> Running in 74ec851d3bdf 18:55:41 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 18:55:41 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:55:41 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:55:41 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 18:55:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:55:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:55:43 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 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... 53% 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 18:55:43 OK: 143 MiB in 45 packages 18:55:44 Removing intermediate container 74ec851d3bdf 18:55:44 ---> cecb2ef1f6ee 18:55:44 Step 8/26 : WORKDIR /app 18:55:44 ---> Running in 6a6ddec496ee 18:55:44 Removing intermediate container 6a6ddec496ee 18:55:44 ---> c1f4f7d5d4d8 18:55:44 Step 9/26 : COPY go.mod . 18:55:44 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 18:55:45 ---> c6393ddcf8d6 18:55:45 Step 10/26 : RUN go mod download 18:55:45 ---> Running in ebdaaba4ab7e 18:55:46 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... 52% 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 18:55:46 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 74% Building dependency tree 18:55:46 Reading state information... 0% Reading state information... 0% Reading state information... Done 18:55:46 The following packages were automatically installed and are no longer required: 18:55:46 libjq1 libonig4 18:55:46 Use 'sudo apt autoremove' to remove them. 18:55:46 Suggested packages: 18:55:46 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib 18:55:46 g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake 18:55:46 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg 18:55:46 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 18:55:46 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 18:55:46 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 18:55:46 gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc 18:55:46 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 18:55:46 | libterm-readline-perl-perl 18:55:47 The following NEW packages will be installed: 18:55:47 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 18:55:47 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 18:55:47 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 18:55:47 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 18:55:47 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 18:55:47 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 18:55:47 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 18:55:47 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev 18:55:47 libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages 18:55:47 manpages-dev netbase patch perl perl-modules-5.26 pkg-config 18:55:47 0 upgraded, 62 newly installed, 0 to remove and 7 not upgraded. 18:55:47 Need to get 57.5 MB of archives. 18:55:47 After this operation, 249 MB of additional disk space will be used. 18:55:47 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 18:55:47 0% [1 liblocale-gettext-perl 13.8 kB/16.6 kB 83%] 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] 18:55:48 0% [2 perl-modules-5.26 8151 B/2763 kB 0%] 2% [2 perl-modules-5.26 1410 kB/2763 kB 51%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 18:55:48 5% [3 libgdbm5 26.0 kB/26.0 kB 100%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 18:55:48 5% [4 libgdbm-compat4 1432 B/6084 B 24%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 18:55:48 5% [5 libperl5.26 17.6 kB/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] 18:55:48 10% [6 perl 9644 B/201 kB 5%] 11% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 18:55:48 11% [7 less 11.5 kB/112 kB 10%] 12% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 18:55:48 12% [8 netbase 12.7 kB/12.7 kB 100%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 18:55:48 12% [9 manpages 17.8 kB/1234 kB 1%] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] 18:55:48 14% [10 binutils-common 29.1 kB/196 kB 15%] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] 18:55:48 15% [11 libbinutils 28.9 kB/488 kB 6%] 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] 18:55:48 Removing intermediate container ebdaaba4ab7e 18:55:48 ---> c5183bdfdac5 18:55:48 Step 11/26 : COPY . . 18:55:48 16% [12 binutils-x86-64-linux-gnu 64.7 kB/1839 kB 4%] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] 18:55:48 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 18:55:48 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] 18:55:48 19% [15 linux-libc-dev 36.9 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] 18:55:48 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] 18:55:48 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] 18:55:48 25% [18 libisl19 4096 B/551 kB 1%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 18:55:48 26% [19 libmpfr6 40.8 kB/243 kB 17%] 27% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 18:55:48 27% [20 libmpc3 40.8 kB/40.8 kB 100%] 27% [Working] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:55:49 27% [21 cpp-7 19.1 kB/8591 kB 0%] 39% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:55:49 40% [22 cpp 27.7 kB/27.7 kB 100%] 40% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:55:49 40% [23 libcc1-0 39.4 kB/39.4 kB 100%] 40% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:55:49 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] 18:55:49 41% [25 libitm1 27.9 kB/27.9 kB 100%] 41% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:55:49 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] 18:55:49 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] 18:55:49 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] 18:55:49 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] 18:55:49 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] 18:55:49 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] 18:55:49 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] 18:55:49 45% [33 libquadmath0 49.4 kB/134 kB 37%] 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] 18:55:49 45% [34 libgcc-7-dev 46.5 kB/2378 kB 2%] 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] 18:55:49 ---> 65f52594815f 18:55:49 Step 12/26 : ARG MAKE="make build" 18:55:49 ---> Running in dc21e373f0d5 18:55:49 49% [35 gcc-7 27.2 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] 18:55:49 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] 18:55:49 62% [37 libstdc++-7-dev 12.0 kB/1471 kB 1%] 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] 18:55:49 Removing intermediate container dc21e373f0d5 18:55:49 ---> 072b0a23179d 18:55:49 Step 13/26 : RUN $MAKE 18:55:49 ---> Running in 52810088ad16 18:55:50 65% [38 g++-7 13.9 kB/9697 kB 0%] 79% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:55:50 79% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 18:55:50 79% [40 make 32.8 kB/154 kB 21%] 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] 18:55:50 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] 18:55:50 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] 18:55:50 81% [43 dpkg-dev 4096 B/607 kB 1%] 82% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 18:55:50 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] 18:55:50 82% [45 curl 12.3 kB/159 kB 8%] 83% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 18:55:50 83% [46 libfakeroot 25.9 kB/25.9 kB 100%] 83% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 18:55:50 83% [47 fakeroot 20.5 kB/62.3 kB 33%] 83% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] 18:55:50 83% [48 libcurl3-gnutls 53.2 kB/212 kB 25%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:55:50 84% [49 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Working] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:55:50 84% [50 git-man 20.5 kB/804 kB 3%] 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] 18:55:50 86% [51 git 39.4 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] 18:55:50 92% [52 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 92% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 18:55:50 92% [53 libalgorithm-diff-xs-perl 8431 B/11.1 kB 76%] 92% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 18:55:50 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] 18:55:50 93% [55 libfile-fcntllock-perl 20.5 kB/33.2 kB 62%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:55:50 93% [56 libnorm1 16.8 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] 18:55:50 94% [57 libpgm-5.2-0 54.2 kB/157 kB 35%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:55:50 94% [58 libsodium23 28.0 kB/143 kB 20%] 95% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:55:50 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] 18:55:50 95% [60 libzmq3-dev 44.7 kB/400 kB 11%] 96% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 18:55:50 96% [61 manpages-dev 26.4 kB/2217 kB 1%] 100% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:55:50 100% [62 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 57.5 MB in 3s (17.6 MB/s) 18:55:50 debconf: delaying package configuration, since apt-utils is not installed 18:55:50 Selecting previously unselected package liblocale-gettext-perl. 18:55:50 (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.) 18:55:50 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 18:55:51 Unpacking liblocale-gettext-perl (1.07-3build2) ... 18:55:51 Selecting previously unselected package perl-modules-5.26. 18:55:51 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 18:55:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 18:55:51 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 18:55:53 Selecting previously unselected package libgdbm5:amd64. 18:55:53 Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... 18:55:53 Unpacking libgdbm5:amd64 (1.14.1-6) ... 18:55:53 Selecting previously unselected package libgdbm-compat4:amd64. 18:55:53 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... 18:55:53 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 18:55:53 Selecting previously unselected package libperl5.26:amd64. 18:55:53 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 18:55:53 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 18:55:55 Selecting previously unselected package perl. 18:55:55 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... 18:55:55 Unpacking perl (5.26.1-6ubuntu0.3) ... 18:55:55 Selecting previously unselected package less. 18:55:55 Preparing to unpack .../06-less_487-0.1_amd64.deb ... 18:55:55 Unpacking less (487-0.1) ... 18:55:55 Selecting previously unselected package netbase. 18:55:55 Preparing to unpack .../07-netbase_5.4_all.deb ... 18:55:55 Unpacking netbase (5.4) ... 18:55:55 Selecting previously unselected package manpages. 18:55:55 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 18:55:55 Unpacking manpages (4.15-1) ... 18:55:55 Selecting previously unselected package binutils-common:amd64. 18:55:55 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... 18:55:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 18:55:55 Selecting previously unselected package libbinutils:amd64. 18:55:55 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 18:55:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 18:55:56 Selecting previously unselected package binutils-x86-64-linux-gnu. 18:55:56 Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... 18:55:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 18:55:56 Selecting previously unselected package binutils. 18:55:56 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... 18:55:56 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 18:55:56 Selecting previously unselected package libc-dev-bin. 18:55:56 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 18:55:56 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 18:55:56 Selecting previously unselected package linux-libc-dev:amd64. 18:55:56 Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_amd64.deb ... 18:55:56 Unpacking linux-libc-dev:amd64 (4.15.0-112.113) ... 18:55:59 Selecting previously unselected package libc6-dev:amd64. 18:55:59 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 18:55:59 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 18:56:01 Selecting previously unselected package gcc-7-base:amd64. 18:56:01 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:01 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:01 Selecting previously unselected package libisl19:amd64. 18:56:01 Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... 18:56:01 Unpacking libisl19:amd64 (0.19-1) ... 18:56:01 Selecting previously unselected package libmpfr6:amd64. 18:56:01 Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... 18:56:01 Unpacking libmpfr6:amd64 (4.0.1-1) ... 18:56:01 Selecting previously unselected package libmpc3:amd64. 18:56:01 Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... 18:56:01 Unpacking libmpc3:amd64 (1.1.0-1) ... 18:56:01 Selecting previously unselected package cpp-7. 18:56:01 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:56:02 Selecting previously unselected package cpp. 18:56:02 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:56:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 18:56:02 Selecting previously unselected package libcc1-0:amd64. 18:56:02 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:02 Selecting previously unselected package libgomp1:amd64. 18:56:02 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:02 Selecting previously unselected package libitm1:amd64. 18:56:02 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:02 Selecting previously unselected package libatomic1:amd64. 18:56:02 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:02 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:02 Selecting previously unselected package libasan4:amd64. 18:56:02 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:02 Selecting previously unselected package liblsan0:amd64. 18:56:02 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:02 Selecting previously unselected package libtsan0:amd64. 18:56:02 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:02 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:02 Selecting previously unselected package libubsan0:amd64. 18:56:02 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:03 Selecting previously unselected package libcilkrts5:amd64. 18:56:03 Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:03 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:03 Selecting previously unselected package libmpx2:amd64. 18:56:03 Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:03 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:03 Selecting previously unselected package libquadmath0:amd64. 18:56:03 Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:03 Selecting previously unselected package libgcc-7-dev:amd64. 18:56:03 Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:03 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:03 Selecting previously unselected package gcc-7. 18:56:03 Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:03 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:56:04 Selecting previously unselected package gcc. 18:56:04 Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:56:04 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 18:56:04 Selecting previously unselected package libstdc++-7-dev:amd64. 18:56:04 Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:04 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:06 Selecting previously unselected package g++-7. 18:56:06 Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 18:56:07 Selecting previously unselected package g++. 18:56:07 Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:56:07 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 18:56:07 Selecting previously unselected package make. 18:56:07 Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... 18:56:07 Unpacking make (4.1-9.1ubuntu1) ... 18:56:07 Selecting previously unselected package libdpkg-perl. 18:56:07 Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:56:07 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:56:07 Selecting previously unselected package patch. 18:56:07 Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:56:07 Unpacking patch (2.7.6-2ubuntu1.1) ... 18:56:07 Selecting previously unselected package dpkg-dev. 18:56:07 Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:56:07 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 18:56:08 Selecting previously unselected package build-essential. 18:56:08 Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... 18:56:08 Unpacking build-essential (12.4ubuntu1) ... 18:56:08 Selecting previously unselected package curl. 18:56:08 Preparing to unpack .../44-curl_7.58.0-2ubuntu3.9_amd64.deb ... 18:56:08 Unpacking curl (7.58.0-2ubuntu3.9) ... 18:56:08 Selecting previously unselected package libfakeroot:amd64. 18:56:08 Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... 18:56:08 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 18:56:08 Selecting previously unselected package fakeroot. 18:56:08 Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... 18:56:08 Unpacking fakeroot (1.22-2ubuntu1) ... 18:56:08 Selecting previously unselected package libcurl3-gnutls:amd64. 18:56:08 Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... 18:56:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 18:56:08 Selecting previously unselected package liberror-perl. 18:56:08 Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... 18:56:08 Unpacking liberror-perl (0.17025-1) ... 18:56:08 Selecting previously unselected package git-man. 18:56:08 Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:56:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:56:08 Selecting previously unselected package git. 18:56:08 Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:56:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:56:09 Selecting previously unselected package libalgorithm-diff-perl. 18:56:09 Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... 18:56:09 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 18:56:09 Selecting previously unselected package libalgorithm-diff-xs-perl. 18:56:09 Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 18:56:09 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 18:56:09 Selecting previously unselected package libalgorithm-merge-perl. 18:56:09 Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... 18:56:09 Unpacking libalgorithm-merge-perl (0.08-3) ... 18:56:09 Selecting previously unselected package libfile-fcntllock-perl. 18:56:09 Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 18:56:09 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 18:56:09 Selecting previously unselected package libnorm1:amd64. 18:56:09 Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:56:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:56:10 Selecting previously unselected package libpgm-5.2-0:amd64. 18:56:10 Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:56:10 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:56:10 Selecting previously unselected package libsodium23:amd64. 18:56:10 Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... 18:56:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:56:10 Selecting previously unselected package libzmq5:amd64. 18:56:10 Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:56:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:56:10 Selecting previously unselected package libzmq3-dev:amd64. 18:56:10 Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:56:10 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:56:10 Selecting previously unselected package manpages-dev. 18:56:10 Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... 18:56:10 Unpacking manpages-dev (4.15-1) ... 18:56:10 Selecting previously unselected package pkg-config. 18:56:10 Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:56:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:56:10 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:56:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:10 Setting up manpages (4.15-1) ... 18:56:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:56:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:10 Setting up less (487-0.1) ... 18:56:11 Setting up make (4.1-9.1ubuntu1) ... 18:56:11 Setting up curl (7.58.0-2ubuntu3.9) ... 18:56:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 18:56:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:11 Setting up linux-libc-dev:amd64 (4.15.0-112.113) ... 18:56:11 Setting up libmpfr6:amd64 (4.0.1-1) ... 18:56:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 18:56:11 Setting up libgdbm5:amd64 (1.14.1-6) ... 18:56:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:56:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... 18:56:11 Setting up libsodium23:amd64 (1.0.16-2) ... 18:56:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:11 Setting up patch (2.7.6-2ubuntu1.1) ... 18:56:11 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 18:56:11 Setting up liblocale-gettext-perl (1.07-3build2) ... 18:56:11 Setting up libmpc3:amd64 (1.1.0-1) ... 18:56:11 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 18:56:11 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 18:56:11 Setting up manpages-dev (4.15-1) ... 18:56:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 18:56:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:11 Setting up netbase (5.4) ... 18:56:11 Setting up libisl19:amd64 (0.19-1) ... 18:56:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:56:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... 18:56:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:12 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:56:12 Setting up fakeroot (1.22-2ubuntu1) ... 18:56:12 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 18:56:12 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 18:56:12 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 18:56:12 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 18:56:12 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 18:56:12 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 18:56:12 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 18:56:12 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 18:56:12 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 18:56:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:56:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 18:56:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 18:56:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:56:12 Setting up perl (5.26.1-6ubuntu0.3) ... 18:56:12 Setting up libfile-fcntllock-perl (0.22-3build2) ... 18:56:12 Setting up libalgorithm-diff-perl (1.19.03-1) ... 18:56:12 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 18:56:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:56:12 Setting up liberror-perl (0.17025-1) ... 18:56:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:56:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:56:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:56:12 Setting up libalgorithm-merge-perl (0.08-3) ... 18:56:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:56:12 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 18:56:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:56:12 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 18:56:12 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 18:56:12 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:56:13 Setting up build-essential (12.4ubuntu1) ... 18:56:13 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:56:13 Processing triggers for mime-support (3.60ubuntu1) ... 18:56:13 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 18:56:15 binutils set to automatically installed. 18:56:15 binutils-common set to automatically installed. 18:56:15 binutils-x86-64-linux-gnu set to automatically installed. 18:56:15 build-essential set to automatically installed. 18:56:15 cpp set to automatically installed. 18:56:15 cpp-7 set to automatically installed. 18:56:15 curl set to automatically installed. 18:56:15 dpkg-dev set to automatically installed. 18:56:15 fakeroot set to automatically installed. 18:56:15 g++ set to automatically installed. 18:56:15 g++-7 set to automatically installed. 18:56:15 gcc set to automatically installed. 18:56:15 gcc-7 set to automatically installed. 18:56:15 gcc-7-base set to automatically installed. 18:56:15 git set to automatically installed. 18:56:15 git-man set to automatically installed. 18:56:15 less set to automatically installed. 18:56:15 libalgorithm-diff-perl set to automatically installed. 18:56:15 libalgorithm-diff-xs-perl set to automatically installed. 18:56:15 libalgorithm-merge-perl set to automatically installed. 18:56:15 libasan4 set to automatically installed. 18:56:15 libatomic1 set to automatically installed. 18:56:15 libbinutils set to automatically installed. 18:56:15 libc-dev-bin set to automatically installed. 18:56:15 libc6-dev set to automatically installed. 18:56:15 libcc1-0 set to automatically installed. 18:56:15 libcilkrts5 set to automatically installed. 18:56:15 libcurl3-gnutls set to automatically installed. 18:56:15 libdpkg-perl set to automatically installed. 18:56:15 liberror-perl set to automatically installed. 18:56:15 libfakeroot set to automatically installed. 18:56:15 libfile-fcntllock-perl set to automatically installed. 18:56:15 libgcc-7-dev set to automatically installed. 18:56:15 libgdbm-compat4 set to automatically installed. 18:56:15 libgdbm5 set to automatically installed. 18:56:15 libgomp1 set to automatically installed. 18:56:15 libisl19 set to automatically installed. 18:56:15 libitm1 set to automatically installed. 18:56:15 liblocale-gettext-perl set to automatically installed. 18:56:15 liblsan0 set to automatically installed. 18:56:15 libmpc3 set to automatically installed. 18:56:15 libmpfr6 set to automatically installed. 18:56:15 libmpx2 set to automatically installed. 18:56:15 libnorm1 set to automatically installed. 18:56:15 libperl5.26 set to automatically installed. 18:56:15 libpgm-5.2-0 set to automatically installed. 18:56:15 libquadmath0 set to automatically installed. 18:56:15 libsodium23 set to automatically installed. 18:56:15 libstdc++-7-dev set to automatically installed. 18:56:15 libtsan0 set to automatically installed. 18:56:15 libubsan0 set to automatically installed. 18:56:15 libzmq3-dev set to automatically installed. 18:56:15 libzmq5 set to automatically installed. 18:56:15 linux-libc-dev set to automatically installed. 18:56:15 make set to automatically installed. 18:56:15 manpages set to automatically installed. 18:56:15 manpages-dev set to automatically installed. 18:56:15 netbase set to automatically installed. 18:56:15 patch set to automatically installed. 18:56:15 perl set to automatically installed. 18:56:15 perl-modules-5.26 set to automatically installed. 18:56:15 pkg-config set to automatically installed. 18:56:15 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 18:56:15 Please ensure the environment is properly setup before continuing. 18:56:15 Ignore this message if the appropriate measures have already been taken 18:56:16 Pulling go  18:56:17 'app-service-config' has dependencies that need to be staged: go 18:56:17 Skipping pull go (already ran) 18:56:17 Building go  18:56:17 % Total % Received % Xferd Average Speed Time Time Time Current 18:56:17 Dload Upload Total Spent Left Speed 18:56:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 114M 25 28.9M 0 0 38.6M 0 0:00:02 --:--:-- 0:00:02 38.6M 64 114M 64 74.0M 0 0 40.9M 0 0:00:02 0:00:01 0:00:01 40.9M 100 114M 100 114M 0 0 44.7M 0 0:00:02 0:00:02 --:--:-- 44.7M 18:56:20 go1.13.10.linux-amd64.tar.gz: OK 18:56:30 Staging go  18:56:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:56:30 2% [Working] 43% [Working] 43% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:56:30 30% 5% 5% 5% Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] 18:56:30 5% 51% 51% 51% 51% 51% Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] 18:56:30 51% Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [97.8 kB] 18:56:30 55% 56% Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1022 kB] 18:56:30 58% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:56:30 96% 99% 99% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 18:56:31 98% 99% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 18:56:31 16% 14% 14% 14% 15% 17% 75% [Working] 75% [Working] 75% Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 18:56:32 75% Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 18:56:32 83% Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 18:56:32 83% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1321 kB] 18:56:32 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] 18:56:32 91% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 18:56:32 92% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] 18:56:32 92% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] 18:56:32 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 18:56:33 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% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.2 MB in 0s (0 B/s) 18:56:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:56:37 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 18:56:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:56:38 Removing intermediate container 52810088ad16 18:56:38 ---> 7c8f8a19c7f6 18:56:38 Step 14/26 : FROM alpine:latest 18:56:38 latest: Pulling from library/alpine 18:56:38 b538f80385f9: Already exists 18:56:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:56:38 Status: Downloaded newer image for alpine:latest 18:56:38 ---> 62ee0e9f8440 18:56:38 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:56:38 ---> Running in 4ed778033d12 18:56:38 Removing intermediate container 4ed778033d12 18:56:38 ---> 32327dadefb8 18:56:38 Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} 18:56:38 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 18:56:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:56:38 ---> Running in 57411b0c0a3a 18:56:38 Removing intermediate container 57411b0c0a3a 18:56:38 ---> fadc3ceb3afe 18:56:38 Step 17/26 : RUN apk --no-cache add ca-certificates zeromq 18:56:38 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 18:56:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:56:39 ---> Running in 423b66f6837c 18:56:39 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 18:56:39 Pulling app-service-config  18:56:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:41 (1/6) Installing ca-certificates (20191127-r4) 18:56:41 (2/6) Installing libgcc (9.3.0-r2) 18:56:41 (3/6) Installing libsodium (1.0.18-r0) 18:56:41 (4/6) Installing libstdc++ (9.3.0-r2) 18:56:41 (5/6) Installing libzmq (4.3.2-r0) 18:56:41 Pulling config-common  18:56:41 (6/6) Installing zeromq (4.3.2-r0) 18:56:41 Executing busybox-1.31.1-r16.trigger 18:56:41 Executing ca-certificates-20191127-r4.trigger 18:56:41 OK: 8 MiB in 20 packages 18:56:41 Skipping build go (already ran) 18:56:41 Building app-service-config  18:56:42 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 18:56:43 Removing intermediate container 423b66f6837c 18:56:43 ---> 5712260c3e30 18:56:43 Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:56:43 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 18:56:43 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 18:56:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 18:56:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:56:43 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 18:56:43 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 18:56:43 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 18:56:43 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 18:56:43 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:56:43 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 18:56:43 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:56:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:56:43 go: downloading github.com/pelletier/go-toml v1.2.0 18:56:43 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 18:56:43 go: downloading github.com/gorilla/mux v1.7.4 18:56:43 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:56:43 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:56:43 go: downloading github.com/mitchellh/copystructure v1.0.0 18:56:43 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 18:56:43 go: extracting github.com/pelletier/go-toml v1.2.0 18:56:43 go: extracting github.com/gorilla/mux v1.7.4 18:56:43 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 18:56:43 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 18:56:43 go: downloading github.com/hashicorp/consul/api v1.1.0 18:56:43 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:56:43 go: downloading github.com/pebbe/zmq4 v1.0.0 18:56:43 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:56:43 go: downloading github.com/BurntSushi/toml v0.3.1 18:56:43 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 18:56:43 go: extracting github.com/mitchellh/copystructure v1.0.0 18:56:43 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:56:43 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 18:56:43 go: downloading github.com/google/uuid v1.1.1 18:56:43 go: downloading github.com/x448/float16 v0.8.4 18:56:43 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:56:43 go: extracting github.com/hashicorp/consul/api v1.1.0 18:56:43 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:56:43 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:56:43 go: extracting github.com/mitchellh/reflectwalk v1.0.0 18:56:43 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:56:43 go: extracting github.com/go-redis/redis/v7 v7.2.0 18:56:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:56:43 go: extracting github.com/BurntSushi/toml v0.3.1 18:56:43 go: extracting github.com/x448/float16 v0.8.4 18:56:43 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:56:43 go: extracting github.com/google/uuid v1.1.1 18:56:43 go: downloading github.com/hashicorp/serf v0.8.2 18:56:43 go: extracting github.com/pebbe/zmq4 v1.0.0 18:56:43 go: downloading github.com/go-kit/kit v0.8.0 18:56:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:56:43 go: downloading go.mongodb.org/mongo-driver v1.1.1 18:56:43 go: extracting github.com/mitchellh/mapstructure v1.1.2 18:56:43 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:56:43 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 18:56:43 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 18:56:43 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 18:56:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:56:43 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 18:56:43 go: extracting github.com/hashicorp/serf v0.8.2 18:56:43 ---> 41094af8dbcb 18:56:43 Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE 18:56:44 go: extracting github.com/go-kit/kit v0.8.0 18:56:44 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:56:44 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:56:44 ---> 160e75ecbd6c 18:56:44 Step 20/26 : COPY --from=builder /app/res/ /res/ 18:56:44 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:56:44 go: extracting go.mongodb.org/mongo-driver v1.1.1 18:56:44 go: extracting github.com/go-logfmt/logfmt v0.4.0 18:56:44 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:56:44 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:56:44 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 18:56:44 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:56:44 go: extracting github.com/hashicorp/golang-lru v0.5.0 18:56:45 go: downloading github.com/go-stack/stack v1.8.0 18:56:45 go: downloading github.com/xdg/stringprep v1.0.0 18:56:45 go: downloading github.com/golang/snappy v0.0.1 18:56:45 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:56:45 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:56:45 go: extracting github.com/go-stack/stack v1.8.0 18:56:45 go: extracting github.com/xdg/stringprep v1.0.0 18:56:45 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:56:45 go: extracting github.com/golang/snappy v0.0.1 18:56:45 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:56:45 go: downloading golang.org/x/text v0.3.2 18:56:45 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:56:45 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:56:45 ---> b539b98eb2e1 18:56:45 Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:56:45 go: extracting golang.org/x/text v0.3.2 18:56:47 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 18:56:47 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 18:56:47 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 18:56:47 go: finding github.com/google/uuid v1.1.1 18:56:47 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 18:56:47 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 18:56:47 go: finding github.com/BurntSushi/toml v0.3.1 18:56:47 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:56:47 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:56:47 go: finding github.com/go-kit/kit v0.8.0 18:56:47 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:56:47 go: finding github.com/gorilla/mux v1.7.4 18:56:47 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:56:47 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 18:56:47 go: finding github.com/x448/float16 v0.8.4 18:56:47 go: finding github.com/go-logfmt/logfmt v0.4.0 18:56:47 go: finding github.com/pelletier/go-toml v1.2.0 18:56:47 go: finding github.com/gomodule/redigo v2.0.0+incompatible 18:56:47 go: finding github.com/hashicorp/consul/api v1.1.0 18:56:47 go: finding github.com/go-redis/redis/v7 v7.2.0 18:56:47 go: finding go.mongodb.org/mongo-driver v1.1.1 18:56:47 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:56:47 go: finding github.com/pebbe/zmq4 v1.0.0 18:56:47 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:56:47 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:56:47 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:56:47 go: finding github.com/go-stack/stack v1.8.0 18:56:47 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:56:47 go: finding github.com/mitchellh/copystructure v1.0.0 18:56:47 go: finding github.com/hashicorp/serf v0.8.2 18:56:47 go: finding github.com/mitchellh/mapstructure v1.1.2 18:56:47 go: finding github.com/golang/snappy v0.0.1 18:56:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:56:47 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:56:47 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:56:47 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 18:56:47 go: finding github.com/xdg/stringprep v1.0.0 18:56:47 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:56:47 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:56:47 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:56:47 go: finding golang.org/x/text v0.3.2 18:56:47 go: finding github.com/hashicorp/golang-lru v0.5.0 18:56:47 ---> 38c95a6e8b5d 18:56:47 Step 22/26 : EXPOSE 48095 18:56:47 ---> Running in 7b50e64c5066 18:56:47 Removing intermediate container 7b50e64c5066 18:56:47 ---> da7af2835bc9 18:56:47 Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:56:48 ---> Running in 60caa2fd2b35 18:56:48 Removing intermediate container 60caa2fd2b35 18:56:48 ---> 6752d989398b 18:56:48 Step 24/26 : LABEL arch=arm64 18:56:48 ---> Running in 7dd4cf404bfb 18:56:48 Removing intermediate container 7dd4cf404bfb 18:56:48 ---> 130585229ffa 18:56:48 Step 25/26 : LABEL git_sha=7d7fa52b266e2bb41609dd7cb0e7dda263a86b01 18:56:48 ---> Running in bb15f2561630 18:56:49 Removing intermediate container bb15f2561630 18:56:49 ---> f3f24061c8f3 18:56:49 Step 26/26 : LABEL version=0.0.0 18:56:49 ---> Running in caff67ff645c 18:56:49 Removing intermediate container caff67ff645c 18:56:49 ---> 7f7423cac087 18:56:49 [Warning] One or more build-args [ARCH] were not consumed 18:56:49 Successfully built 7f7423cac087 18:56:50 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 18:56:51 + find /w/workspace/app-service-configurable/1 18:56:51 + grep snapcraft.yaml 18:56:51 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:51 provisioning config files... 18:56:51 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/1@tmp/config737873986122254269tmp [Pipeline] { [Pipeline] sh 18:56:51 + cp /w/workspace/app-service-configurable/1@tmp/config737873986122254269tmp /w/workspace/app-service-configurable/1/edgex-snap-store-login [Pipeline] sh 18:56:52 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/1:/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 18:56:52 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 18:56:52 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 18:56:52 68fe03cb170d: Pulling fs layer 18:56:52 18959295effb: Pulling fs layer 18:56:52 51118fb70ce3: Pulling fs layer 18:56:52 409a5d9eae93: Pulling fs layer 18:56:52 76e762919bd5: Pulling fs layer 18:56:52 8ed2c1ec22f6: Pulling fs layer 18:56:52 7f90baa40d9b: Pulling fs layer 18:56:52 e1aa5cc854c1: Pulling fs layer 18:56:52 b0d1d86f3456: Pulling fs layer 18:56:52 e1aa5cc854c1: Waiting 18:56:52 409a5d9eae93: Waiting 18:56:52 7f90baa40d9b: Waiting 18:56:52 51118fb70ce3: Download complete 18:56:52 18959295effb: Verifying Checksum 18:56:52 18959295effb: Download complete 18:56:52 409a5d9eae93: Verifying Checksum 18:56:52 409a5d9eae93: Download complete 18:56:52 8ed2c1ec22f6: Verifying Checksum 18:56:52 8ed2c1ec22f6: Download complete 18:56:52 7f90baa40d9b: Verifying Checksum 18:56:52 7f90baa40d9b: Download complete 18:56:52 e1aa5cc854c1: Verifying Checksum 18:56:52 e1aa5cc854c1: Download complete 18:56:52 b0d1d86f3456: Verifying Checksum 18:56:52 b0d1d86f3456: Download complete 18:56:53 68fe03cb170d: Verifying Checksum 18:56:53 68fe03cb170d: Download complete 18:56:56 68fe03cb170d: Pull complete 18:56:56 18959295effb: Pull complete 18:56:56 51118fb70ce3: Pull complete 18:56:57 409a5d9eae93: Pull complete 18:57:02 76e762919bd5: Verifying Checksum 18:57:02 76e762919bd5: Download complete 18:57:05 Building config-common  18:57:09 Skipping stage go (already ran) 18:57:09 Staging app-service-config  18:57:09 Staging config-common  18:57:10 Priming go  18:57:11 Priming app-service-config  18:57:12 Priming config-common  18:57:15 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 18:57:15 Snapped edgex-app-service-configurable_1.2.0-20200722+7d7fa52_amd64.snap [Pipeline] } 18:57:17 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] } 18:57:41 76e762919bd5: Pull complete 18:57:41 8ed2c1ec22f6: Pull complete 18:57:41 7f90baa40d9b: Pull complete 18:57:41 e1aa5cc854c1: Pull complete 18:57:41 b0d1d86f3456: Pull complete 18:57:41 Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab 18:57:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 18:57:48 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 18:57:48 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 18:57:48 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 18:57:48 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 18:57:48 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [912 kB] 18:57:48 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] 18:57:48 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] 18:57:49 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [764 kB] 18:57:49 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [639 kB] 18:57:50 Fetched 3820 kB in 4s (1058 kB/s) 18:57:54 Reading package lists... 18:58:01 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: 18:58:01 - README.md 18:58:01 18:58:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:58:07 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 18:58:07 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 18:58:07 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 18:58:07 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 18:58:12 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... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 68% 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... 86% 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 18:58:19 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 18:58:23 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 18:58:24 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree 18:58:24 Reading state information... 0% Reading state information... 0% Reading state information... Done 18:58:25 The following packages were automatically installed and are no longer required: 18:58:25 libjq1 libonig4 18:58:25 Use 'sudo apt autoremove' to remove them. 18:58:25 Suggested packages: 18:58:25 binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg 18:58:25 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg 18:58:25 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg 18:58:25 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 18:58:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:58:25 git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n 18:58:25 libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc 18:58:25 libterm-readline-gnu-perl | libterm-readline-perl-perl 18:58:26 The following NEW packages will be installed: 18:58:26 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 18:58:26 cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 18:58:26 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 18:58:26 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 18:58:26 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 18:58:26 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 18:58:26 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 18:58:26 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 18:58:26 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 18:58:26 perl perl-modules-5.26 pkg-config 18:58:26 0 upgraded, 59 newly installed, 0 to remove and 7 not upgraded. 18:58:26 Need to get 49.1 MB of archives. 18:58:26 After this operation, 219 MB of additional disk space will be used. 18:58:26 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 18:58:26 0% [1 liblocale-gettext-perl 13.8 kB/16.3 kB 85%] 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] 18:58:28 0% [2 perl-modules-5.26 20.5 kB/2763 kB 1%] 1% [2 perl-modules-5.26 571 kB/2763 kB 21%] 3% [2 perl-modules-5.26 1490 kB/2763 kB 54%] 5% [2 perl-modules-5.26 2720 kB/2763 kB 98%] 5% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 18:58:28 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] 18:58:28 6% [4 libgdbm-compat4 0 B/5536 B 0%] 6% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 18:58:29 6% [5 libperl5.26 0 B/3326 kB 0%] 8% [5 libperl5.26 1578 kB/3326 kB 47%] 12% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 18:58:29 12% [6 perl 25.8 kB/201 kB 13%] 12% [Waiting for headers] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 18:58:29 12% [7 less 20.7 kB/99.7 kB 21%] 13% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 18:58:29 13% [8 netbase 12.7 kB/12.7 kB 100%] 13% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] 18:58:29 13% [9 manpages 4096 B/1234 kB 0%] 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] 18:58:29 16% [10 binutils-common 42.5 kB/196 kB 22%] 16% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] 18:58:29 16% [11 libbinutils 20.2 kB/417 kB 5%] 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] 18:58:30 17% [12 binutils-aarch64-linux-gnu 26.3 kB/2168 kB 1%] 21% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] 18:58:30 21% [13 binutils 3368 B/3368 B 100%] 21% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] 18:58:30 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] 18:58:30 22% [15 linux-libc-dev 16.4 kB/960 kB 2%] 24% [Working] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] 18:58:30 24% [16 libc6-dev 0 B/2049 kB 0%] 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] 18:58:30 27% [17 gcc-7-base 12.8 kB/18.3 kB 70%] 28% [Working] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] 18:58:30 28% [18 libisl19 9498 B/439 kB 2%] 29% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] 18:58:30 29% [19 libmpfr6 28.5 kB/202 kB 14%] 30% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 18:58:30 30% [20 libmpc3 22.5 kB/37.2 kB 61%] 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] 18:58:31 30% [21 cpp-7 8192 B/7046 kB 0%] 38% [21 cpp-7 4993 kB/7046 kB 71%] 42% [Working] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:58:31 42% [22 cpp 16.5 kB/27.7 kB 60%] 42% [Working] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] 18:58:31 42% [23 libcc1-0 0 B/36.5 kB 0%] 43% [Working] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] 18:58:31 43% [24 libgomp1 16.4 kB/69.7 kB 24%] 43% [Working] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] 18:58:31 43% [25 libitm1 13.0 kB/24.3 kB 53%] 43% [Working] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 18:58:31 43% [26 libatomic1 9176 B/9176 B 100%] 44% [Waiting for headers] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 18:58:31 44% [27 libasan4 44.5 kB/335 kB 13%] 45% [Waiting for headers] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 18:58:31 45% [28 liblsan0 36.7 kB/121 kB 30%] 45% [Waiting for headers] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 18:58:31 45% [29 libtsan0 46.7 kB/269 kB 17%] 46% [Waiting for headers] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 18:58:31 46% [30 libubsan0 37.0 kB/117 kB 32%] 46% [Waiting for headers] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] 18:58:31 47% [31 libgcc-7-dev 41.0 kB/833 kB 5%] 48% [Waiting for headers] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] 18:58:32 48% [32 gcc-7 65.5 kB/7772 kB 1%] 61% [32 gcc-7 7674 kB/7772 kB 99%] 61% [Working] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] 18:58:32 61% [33 gcc 0 B/5208 B 0%] 62% [Working] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:58:32 62% [34 libstdc++-7-dev 4096 B/1471 kB 0%] 64% [Working] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] 18:58:32 64% [35 g++-7 0 B/8077 kB 0%] 78% [Waiting for headers] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] 18:58:32 78% [36 g++ 1552 B/1552 B 100%] 78% [Working] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 18:58:32 78% [37 make 4096 B/139 kB 3%] 79% [Waiting for headers] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:58:32 79% [38 libdpkg-perl 36.6 kB/211 kB 17%] 79% [Waiting for headers] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 18:58:32 79% [39 patch 21.8 kB/91.8 kB 24%] 80% [Waiting for headers] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:58:32 80% [40 dpkg-dev 60.9 kB/607 kB 10%] 81% [Waiting for headers] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 18:58:32 81% [Waiting for headers] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] 18:58:32 82% [42 curl 38.5 kB/152 kB 25%] 82% [Waiting for headers] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 18:58:32 82% [43 libfakeroot 21.8 kB/21.8 kB 100%] 82% [Working] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] 18:58:32 83% [44 fakeroot 59.9 kB/59.9 kB 100%] 83% [Waiting for headers] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] 18:58:32 83% [45 libcurl3-gnutls 28.7 kB/179 kB 16%] 84% [Waiting for headers] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 18:58:32 84% [46 liberror-perl 0 B/22.8 kB 0%] 84% [Waiting for headers] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:58:32 84% [47 git-man 57.3 kB/804 kB 7%] 86% [Waiting for headers] 7104 kB/s 0s Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 18:58:32 86% [48 git 43.1 kB/2952 kB 1%] 7104 kB/s 0s 91% [Waiting for headers] 7104 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] 18:58:32 91% [49 libalgorithm-diff-perl 8192 B/47.6 kB 17%] 7104 kB/s 0s 91% [Working] 7104 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] 18:58:32 91% [50 libalgorithm-diff-xs-perl 10.8 kB/10.8 kB 100%] 7104 kB/s 0s 91% [Working] 7104 kB/s 0s Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 18:58:32 91% [51 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 7104 kB/s 0s 92% [Working] 7104 kB/s 0s Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 18:58:32 92% [52 libfile-fcntllock-perl 33.0 kB/33.0 kB 100%] 7104 kB/s 0s 92% [Working] 7104 kB/s 0s Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 18:58:32 92% [53 libnorm1 41.0 kB/218 kB 19%] 7104 kB/s 0s 93% [Waiting for headers] 7104 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] 18:58:32 93% [54 libpgm-5.2-0 45.9 kB/140 kB 33%] 7104 kB/s 0s 93% [Waiting for headers] 7104 kB/s 0s Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 18:58:32 94% [55 libsodium23 37.0 kB/90.4 kB 41%] 7104 kB/s 0s 94% [Working] 7104 kB/s 0s Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 18:58:33 94% [56 libzmq5 20.5 kB/208 kB 10%] 7104 kB/s 0s 95% [Waiting for headers] 7104 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] 18:58:33 95% [57 libzmq3-dev 4096 B/409 kB 1%] 7104 kB/s 0s 96% [Waiting for headers] 7104 kB/s 0s Get:58 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 18:58:33 96% [58 manpages-dev 4096 B/2217 kB 0%] 7104 kB/s 0s 100% [Waiting for headers] 7104 kB/s 0s Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 18:58:33 100% [59 pkg-config 42.8 kB/42.8 kB 100%] 7104 kB/s 0s 100% [Working] 7104 kB/s 0s Fetched 49.1 MB in 6s (7728 kB/s) 18:58:33 debconf: delaying package configuration, since apt-utils is not installed 18:58:33 Selecting previously unselected package liblocale-gettext-perl. 18:58:33 (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.) 18:58:33 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 18:58:33 Unpacking liblocale-gettext-perl (1.07-3build2) ... 18:58:34 Selecting previously unselected package perl-modules-5.26. 18:58:34 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 18:58:34 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 18:58:35 Selecting previously unselected package libgdbm5:arm64. 18:58:35 Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... 18:58:35 Unpacking libgdbm5:arm64 (1.14.1-6) ... 18:58:35 Selecting previously unselected package libgdbm-compat4:arm64. 18:58:35 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... 18:58:35 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 18:58:35 Selecting previously unselected package libperl5.26:arm64. 18:58:35 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 18:58:35 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 18:58:37 Selecting previously unselected package perl. 18:58:37 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... 18:58:37 Unpacking perl (5.26.1-6ubuntu0.3) ... 18:58:37 Selecting previously unselected package less. 18:58:37 Preparing to unpack .../06-less_487-0.1_arm64.deb ... 18:58:37 Unpacking less (487-0.1) ... 18:58:37 Selecting previously unselected package netbase. 18:58:37 Preparing to unpack .../07-netbase_5.4_all.deb ... 18:58:37 Unpacking netbase (5.4) ... 18:58:37 Selecting previously unselected package manpages. 18:58:37 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 18:58:37 Unpacking manpages (4.15-1) ... 18:58:37 Selecting previously unselected package binutils-common:arm64. 18:58:37 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... 18:58:37 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 18:58:38 Selecting previously unselected package libbinutils:arm64. 18:58:38 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 18:58:38 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 18:58:38 Selecting previously unselected package binutils-aarch64-linux-gnu. 18:58:38 Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... 18:58:38 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 18:58:39 Selecting previously unselected package binutils. 18:58:39 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... 18:58:39 Unpacking binutils (2.30-21ubuntu1~18.04.3) ... 18:58:39 Selecting previously unselected package libc-dev-bin. 18:58:39 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... 18:58:39 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 18:58:39 Selecting previously unselected package linux-libc-dev:arm64. 18:58:39 Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_arm64.deb ... 18:58:39 Unpacking linux-libc-dev:arm64 (4.15.0-112.113) ... 18:58:40 Selecting previously unselected package libc6-dev:arm64. 18:58:40 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... 18:58:40 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... 18:58:41 Selecting previously unselected package gcc-7-base:arm64. 18:58:41 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:58:41 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:41 Selecting previously unselected package libisl19:arm64. 18:58:41 Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... 18:58:41 Unpacking libisl19:arm64 (0.19-1) ... 18:58:41 Selecting previously unselected package libmpfr6:arm64. 18:58:41 Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... 18:58:41 Unpacking libmpfr6:arm64 (4.0.1-1) ... 18:58:42 Selecting previously unselected package libmpc3:arm64. 18:58:42 Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... 18:58:42 Unpacking libmpc3:arm64 (1.1.0-1) ... 18:58:42 Selecting previously unselected package cpp-7. 18:58:42 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:58:42 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:58:44 Selecting previously unselected package cpp. 18:58:44 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 18:58:44 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 18:58:44 Selecting previously unselected package libcc1-0:arm64. 18:58:44 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:58:44 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:44 Selecting previously unselected package libgomp1:arm64. 18:58:44 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:58:44 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:44 Selecting previously unselected package libitm1:arm64. 18:58:44 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:58:44 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:44 Selecting previously unselected package libatomic1:arm64. 18:58:44 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:58:44 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:44 Selecting previously unselected package libasan4:arm64. 18:58:44 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:58:44 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:44 Selecting previously unselected package liblsan0:arm64. 18:58:44 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:58:44 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:44 Selecting previously unselected package libtsan0:arm64. 18:58:44 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 18:58:44 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:45 Selecting previously unselected package libubsan0:arm64. 18:58:45 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:58:45 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:45 Selecting previously unselected package libgcc-7-dev:arm64. 18:58:45 Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:58:45 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:45 Selecting previously unselected package gcc-7. 18:58:45 Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:58:45 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:58:47 Selecting previously unselected package gcc. 18:58:47 Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 18:58:47 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 18:58:47 Selecting previously unselected package libstdc++-7-dev:arm64. 18:58:47 Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:58:47 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:48 Selecting previously unselected package g++-7. 18:58:48 Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 18:58:48 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 18:58:50 Selecting previously unselected package g++. 18:58:50 Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 18:58:50 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 18:58:50 Selecting previously unselected package make. 18:58:50 Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... 18:58:50 Unpacking make (4.1-9.1ubuntu1) ... 18:58:50 Selecting previously unselected package libdpkg-perl. 18:58:50 Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:58:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:58:50 Selecting previously unselected package patch. 18:58:50 Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... 18:58:50 Unpacking patch (2.7.6-2ubuntu1.1) ... 18:58:51 Selecting previously unselected package dpkg-dev. 18:58:51 Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:58:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 18:58:51 Selecting previously unselected package build-essential. 18:58:51 Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... 18:58:51 Unpacking build-essential (12.4ubuntu1) ... 18:58:51 Selecting previously unselected package curl. 18:58:51 Preparing to unpack .../41-curl_7.58.0-2ubuntu3.9_arm64.deb ... 18:58:51 Unpacking curl (7.58.0-2ubuntu3.9) ... 18:58:51 Selecting previously unselected package libfakeroot:arm64. 18:58:51 Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... 18:58:51 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 18:58:51 Selecting previously unselected package fakeroot. 18:58:51 Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... 18:58:51 Unpacking fakeroot (1.22-2ubuntu1) ... 18:58:51 Selecting previously unselected package libcurl3-gnutls:arm64. 18:58:51 Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... 18:58:51 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 18:58:51 Selecting previously unselected package liberror-perl. 18:58:51 Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... 18:58:52 Unpacking liberror-perl (0.17025-1) ... 18:58:52 Selecting previously unselected package git-man. 18:58:52 Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:58:52 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:58:52 Selecting previously unselected package git. 18:58:52 Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 18:58:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:58:53 Selecting previously unselected package libalgorithm-diff-perl. 18:58:53 Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... 18:58:53 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 18:58:54 Selecting previously unselected package libalgorithm-diff-xs-perl. 18:58:54 Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 18:58:54 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 18:58:54 Selecting previously unselected package libalgorithm-merge-perl. 18:58:54 Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... 18:58:54 Unpacking libalgorithm-merge-perl (0.08-3) ... 18:58:54 Selecting previously unselected package libfile-fcntllock-perl. 18:58:54 Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 18:58:54 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 18:58:54 Selecting previously unselected package libnorm1:arm64. 18:58:54 Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 18:58:54 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 18:58:54 Selecting previously unselected package libpgm-5.2-0:arm64. 18:58:54 Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 18:58:54 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 18:58:54 Selecting previously unselected package libsodium23:arm64. 18:58:55 Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... 18:58:55 Unpacking libsodium23:arm64 (1.0.16-2) ... 18:58:55 Selecting previously unselected package libzmq5:arm64. 18:58:55 Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 18:58:55 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 18:58:55 Selecting previously unselected package libzmq3-dev:arm64. 18:58:55 Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 18:58:55 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 18:58:55 Selecting previously unselected package manpages-dev. 18:58:55 Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... 18:58:55 Unpacking manpages-dev (4.15-1) ... 18:58:56 Selecting previously unselected package pkg-config. 18:58:56 Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 18:58:56 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:58:56 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:56 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 18:58:56 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:56 Setting up manpages (4.15-1) ... 18:58:56 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:58:56 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:56 Setting up less (487-0.1) ... 18:58:56 Setting up make (4.1-9.1ubuntu1) ... 18:58:56 Setting up curl (7.58.0-2ubuntu3.9) ... 18:58:56 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 18:58:56 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:57 Setting up linux-libc-dev:arm64 (4.15.0-112.113) ... 18:58:57 Setting up libmpfr6:arm64 (4.0.1-1) ... 18:58:57 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 18:58:57 Setting up libgdbm5:arm64 (1.14.1-6) ... 18:58:57 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:57 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 18:58:57 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:57 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... 18:58:57 Setting up libsodium23:arm64 (1.0.16-2) ... 18:58:57 Setting up patch (2.7.6-2ubuntu1.1) ... 18:58:57 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 18:58:57 Setting up liblocale-gettext-perl (1.07-3build2) ... 18:58:57 Setting up libmpc3:arm64 (1.1.0-1) ... 18:58:57 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 18:58:57 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 18:58:57 Setting up manpages-dev (4.15-1) ... 18:58:57 Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... 18:58:57 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 18:58:57 Setting up netbase (5.4) ... 18:58:57 Setting up libisl19:arm64 (0.19-1) ... 18:58:57 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 18:58:57 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:58 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... 18:58:58 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:58 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 18:58:58 Setting up fakeroot (1.22-2ubuntu1) ... 18:58:58 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 18:58:58 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 18:58:58 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 18:58:58 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 18:58:58 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 18:58:58 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 18:58:58 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 18:58:58 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 18:58:58 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 18:58:58 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:58 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:58:58 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 18:58:58 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 18:58:58 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... 18:58:58 Setting up binutils (2.30-21ubuntu1~18.04.3) ... 18:58:58 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:58:58 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:58:58 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:58:58 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:58:58 Setting up perl (5.26.1-6ubuntu0.3) ... 18:58:58 Setting up libfile-fcntllock-perl (0.22-3build2) ... 18:58:58 Setting up libalgorithm-diff-perl (1.19.03-1) ... 18:58:58 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:58:58 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 18:58:58 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 18:58:58 Setting up liberror-perl (0.17025-1) ... 18:58:58 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:58:58 Setting up libalgorithm-merge-perl (0.08-3) ... 18:58:58 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:58:58 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 18:58:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:58:59 Setting up build-essential (12.4ubuntu1) ... 18:58:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:58:59 Processing triggers for mime-support (3.60ubuntu1) ... 18:58:59 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 18:59:04 binutils set to automatically installed. 18:59:04 binutils-aarch64-linux-gnu set to automatically installed. 18:59:04 binutils-common set to automatically installed. 18:59:04 build-essential set to automatically installed. 18:59:04 cpp set to automatically installed. 18:59:04 cpp-7 set to automatically installed. 18:59:04 curl set to automatically installed. 18:59:04 dpkg-dev set to automatically installed. 18:59:04 fakeroot set to automatically installed. 18:59:04 g++ set to automatically installed. 18:59:04 g++-7 set to automatically installed. 18:59:04 gcc set to automatically installed. 18:59:04 gcc-7 set to automatically installed. 18:59:04 gcc-7-base set to automatically installed. 18:59:04 git set to automatically installed. 18:59:04 git-man set to automatically installed. 18:59:04 less set to automatically installed. 18:59:04 libalgorithm-diff-perl set to automatically installed. 18:59:05 libalgorithm-diff-xs-perl set to automatically installed. 18:59:05 libalgorithm-merge-perl set to automatically installed. 18:59:05 libasan4 set to automatically installed. 18:59:05 libatomic1 set to automatically installed. 18:59:05 libbinutils set to automatically installed. 18:59:05 libc-dev-bin set to automatically installed. 18:59:05 libc6-dev set to automatically installed. 18:59:05 libcc1-0 set to automatically installed. 18:59:05 libcurl3-gnutls set to automatically installed. 18:59:05 libdpkg-perl set to automatically installed. 18:59:05 liberror-perl set to automatically installed. 18:59:05 libfakeroot set to automatically installed. 18:59:05 libfile-fcntllock-perl set to automatically installed. 18:59:05 libgcc-7-dev set to automatically installed. 18:59:05 libgdbm-compat4 set to automatically installed. 18:59:05 libgdbm5 set to automatically installed. 18:59:05 libgomp1 set to automatically installed. 18:59:05 libisl19 set to automatically installed. 18:59:05 libitm1 set to automatically installed. 18:59:05 liblocale-gettext-perl set to automatically installed. 18:59:05 liblsan0 set to automatically installed. 18:59:05 libmpc3 set to automatically installed. 18:59:05 libmpfr6 set to automatically installed. 18:59:05 libnorm1 set to automatically installed. 18:59:05 libperl5.26 set to automatically installed. 18:59:05 libpgm-5.2-0 set to automatically installed. 18:59:05 libsodium23 set to automatically installed. 18:59:05 libstdc++-7-dev set to automatically installed. 18:59:05 libtsan0 set to automatically installed. 18:59:05 libubsan0 set to automatically installed. 18:59:06 libzmq3-dev set to automatically installed. 18:59:06 libzmq5 set to automatically installed. 18:59:06 linux-libc-dev set to automatically installed. 18:59:06 make set to automatically installed. 18:59:06 manpages set to automatically installed. 18:59:06 manpages-dev set to automatically installed. 18:59:06 netbase set to automatically installed. 18:59:06 patch set to automatically installed. 18:59:06 perl set to automatically installed. 18:59:06 perl-modules-5.26 set to automatically installed. 18:59:06 pkg-config set to automatically installed. 18:59:06 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 18:59:06 Please ensure the environment is properly setup before continuing. 18:59:06 Ignore this message if the appropriate measures have already been taken 18:59:07 Pulling go  18:59:10 'app-service-config' has dependencies that need to be staged: go 18:59:10 Skipping pull go (already ran) 18:59:10 Building go  18:59:10 % Total % Received % Xferd Average Speed Time Time Time Current 18:59:10 Dload Upload Total Spent Left Speed 18:59:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 93.1M 4 4543k 0 0 7636k 0 0:00:12 --:--:-- 0:00:12 7624k 43 93.1M 43 40.3M 0 0 25.3M 0 0:00:03 0:00:01 0:00:02 25.3M 78 93.1M 78 72.9M 0 0 28.1M 0 0:00:03 0:00:02 0:00:01 28.1M 100 93.1M 100 93.1M 0 0 29.6M 0 0:00:03 0:00:03 --:--:-- 29.6M 18:59:15 go1.13.10.linux-arm64.tar.gz: OK 18:59:33 Staging go  18:59:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 18:59:36 0% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 18:59:36 79% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 18:59:36 96% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 18:59:37 82% 99% 3% [Working] 3% [Working] 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 18:59:38 3% 13% 13% 13% 41% 41% 42% 76% 69% [Working] 69% 69% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 18:59:38 69% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 18:59:38 69% 69% 70% Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 18:59:38 70% 78% Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] 18:59:38 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] 18:59:38 78% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [912 kB] 18:59:38 78% 83% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] 18:59:38 84% 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] 18:59:38 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 18:59:38 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [639 kB] 18:59:38 91% 95% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] 18:59:38 95% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 18:59:38 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [764 kB] 18:59:41 96% 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% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 16.5 MB in 0s (0 B/s) 18:59:59 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 18:59:59 3% 100% [Working] Fetched 218 kB in 0s (0 B/s) 18:59:59 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] 18:59:59 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) 18:59:59 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 18:59:59 3% 100% [Working] Fetched 208 kB in 0s (0 B/s) 19:00:00 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 19:00:00 15% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) 19:00:00 Pulling app-service-config  19:00:07 Pulling config-common  19:00:10 Skipping build go (already ran) 19:00:11 Building app-service-config  19:00:11 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.11 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:00:12 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 19:00:12 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 19:00:12 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 19:00:12 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 19:00:12 go: downloading github.com/google/uuid v1.1.1 19:00:12 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:00:12 go: extracting github.com/google/uuid v1.1.1 19:00:12 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 19:00:12 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 19:00:12 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:00:12 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:00:12 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 19:00:12 go: downloading github.com/BurntSushi/toml v0.3.1 19:00:12 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 19:00:12 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 19:00:12 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:00:12 go: extracting github.com/BurntSushi/toml v0.3.1 19:00:12 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:00:12 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 19:00:12 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 19:00:12 go: downloading github.com/pelletier/go-toml v1.2.0 19:00:12 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:00:12 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:00:12 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:00:12 go: downloading github.com/x448/float16 v0.8.4 19:00:12 go: downloading github.com/gorilla/mux v1.7.4 19:00:12 go: extracting github.com/pelletier/go-toml v1.2.0 19:00:12 go: downloading go.mongodb.org/mongo-driver v1.1.1 19:00:12 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:00:12 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:00:12 go: downloading github.com/go-kit/kit v0.8.0 19:00:12 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:00:12 go: extracting github.com/x448/float16 v0.8.4 19:00:12 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:00:12 go: downloading github.com/mitchellh/copystructure v1.0.0 19:00:12 go: extracting github.com/gorilla/mux v1.7.4 19:00:12 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:00:12 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:00:12 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:00:12 go: extracting github.com/mitchellh/copystructure v1.0.0 19:00:12 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 19:00:12 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:00:12 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:00:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:00:13 go: extracting github.com/go-kit/kit v0.8.0 19:00:13 go: downloading github.com/hashicorp/consul/api v1.1.0 19:00:13 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:00:13 go: extracting github.com/go-redis/redis/v7 v7.2.0 19:00:13 go: downloading github.com/pebbe/zmq4 v1.0.0 19:00:13 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:00:13 go: extracting github.com/hashicorp/consul/api v1.1.0 19:00:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:00:13 go: extracting github.com/pebbe/zmq4 v1.0.0 19:00:13 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:00:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:00:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:00:13 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:00:13 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:00:13 go: downloading github.com/hashicorp/serf v0.8.2 19:00:13 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:00:13 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:00:13 go: extracting github.com/hashicorp/serf v0.8.2 19:00:13 go: extracting go.mongodb.org/mongo-driver v1.1.1 19:00:13 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:00:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:00:13 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:00:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:00:14 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:00:14 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:00:14 go: extracting github.com/hashicorp/golang-lru v0.5.0 19:00:14 go: downloading github.com/go-stack/stack v1.8.0 19:00:14 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:00:14 go: downloading github.com/golang/snappy v0.0.1 19:00:14 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 19:00:14 go: downloading github.com/xdg/stringprep v1.0.0 19:00:14 go: extracting github.com/go-stack/stack v1.8.0 19:00:14 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:00:14 go: extracting github.com/golang/snappy v0.0.1 19:00:14 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 19:00:14 go: extracting github.com/xdg/stringprep v1.0.0 19:00:14 go: downloading golang.org/x/text v0.3.2 19:00:14 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:00:14 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:00:15 go: extracting golang.org/x/text v0.3.2 19:00:16 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.11 19:00:17 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 19:00:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 19:00:17 go: finding github.com/google/uuid v1.1.1 19:00:17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 19:00:17 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 19:00:17 go: finding github.com/BurntSushi/toml v0.3.1 19:00:17 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:00:17 go: finding github.com/go-kit/kit v0.8.0 19:00:17 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:00:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:00:17 go: finding github.com/gorilla/mux v1.7.4 19:00:17 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:00:17 go: finding github.com/go-logfmt/logfmt v0.4.0 19:00:17 go: finding github.com/hashicorp/consul/api v1.1.0 19:00:17 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 19:00:17 go: finding github.com/pelletier/go-toml v1.2.0 19:00:17 go: finding github.com/gomodule/redigo v2.0.0+incompatible 19:00:17 go: finding go.mongodb.org/mongo-driver v1.1.1 19:00:17 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:00:17 go: finding github.com/go-redis/redis/v7 v7.2.0 19:00:17 go: finding github.com/x448/float16 v0.8.4 19:00:17 go: finding github.com/pebbe/zmq4 v1.0.0 19:00:17 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:00:17 go: finding github.com/mitchellh/copystructure v1.0.0 19:00:17 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:00:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:00:17 go: finding github.com/go-stack/stack v1.8.0 19:00:17 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:00:17 go: finding github.com/hashicorp/serf v0.8.2 19:00:17 go: finding github.com/mitchellh/mapstructure v1.1.2 19:00:17 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:00:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:00:17 go: finding github.com/golang/snappy v0.0.1 19:00:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:00:17 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 19:00:17 go: finding github.com/xdg/stringprep v1.0.0 19:00:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:00:17 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:00:17 go: finding golang.org/x/text v0.3.2 19:00:17 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:00:17 go: finding github.com/hashicorp/golang-lru v0.5.0 19:01:13 Building config-common  19:01:26 Skipping stage go (already ran) 19:01:26 Staging app-service-config  19:01:27 Staging config-common  19:01:31 Priming go  19:01:34 Priming app-service-config  19:01:38 Priming config-common  19:01:47 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 | 19:01:47 Snapped edgex-app-service-configurable_1.2.0-20200722+7d7fa52_arm64.snap [Pipeline] } 19:01:51 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) [Pipeline] unstash [Pipeline] wrap 19:01:52 provisioning config files... 19:01:52 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_PR-99@tmp/config4216996009752300183tmp [Pipeline] { [Pipeline] sh 19:01:53 + curl -s https://codecov.io/bash 19:01:53 + bash -s - -t @/w/workspace/y_app-service-configurable_PR-99@tmp/config4216996009752300183tmp [Pipeline] } 19:01:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 19:01:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:01:56 ---> package-listing.sh 19:01:56 ++ tr '[:upper:]' '[:lower:]' 19:01:56 ++ facter osfamily 19:01:57 + OS_FAMILY=redhat 19:01:57 + workspace=/w/workspace/y_app-service-configurable_PR-99 19:01:57 + START_PACKAGES=/tmp/packages_start.txt 19:01:57 + END_PACKAGES=/tmp/packages_end.txt 19:01:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:01:57 + PACKAGES=/tmp/packages_start.txt 19:01:57 + '[' /w/workspace/y_app-service-configurable_PR-99 ']' 19:01:57 + PACKAGES=/tmp/packages_end.txt 19:01:57 + case "${OS_FAMILY}" in 19:01:57 + rpm -qa 19:01:57 + sort 19:02:03 + '[' -f /tmp/packages_start.txt ']' 19:02:03 + '[' -f /tmp/packages_end.txt ']' 19:02:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:02:03 + '[' /w/workspace/y_app-service-configurable_PR-99 ']' 19:02:03 + mkdir -p /w/workspace/y_app-service-configurable_PR-99/archives/ 19:02:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_PR-99/archives/ [Pipeline] isUnix [Pipeline] sh 19:02:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:02:04 19:02:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:02:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:02:04 alpine: Pulling from edgex-lftools-log-publisher 19:02:04 c9b1b535fdd9: Pulling fs layer 19:02:04 2cc5ad85d9ab: Pulling fs layer 19:02:04 756a868c4378: Pulling fs layer 19:02:04 444b2fc9a129: Pulling fs layer 19:02:04 ea15f1150254: Pulling fs layer 19:02:04 41b27a9f41bf: Pulling fs layer 19:02:04 28c525ee5125: Pulling fs layer 19:02:04 094b1ea09ed8: Pulling fs layer 19:02:04 138eaada9080: Pulling fs layer 19:02:04 0622d0fa9048: Pulling fs layer 19:02:04 41b27a9f41bf: Waiting 19:02:04 28c525ee5125: Waiting 19:02:04 094b1ea09ed8: Waiting 19:02:04 138eaada9080: Waiting 19:02:04 0622d0fa9048: Waiting 19:02:04 444b2fc9a129: Waiting 19:02:04 ea15f1150254: Waiting 19:02:04 2cc5ad85d9ab: Verifying Checksum 19:02:04 2cc5ad85d9ab: Download complete 19:02:04 444b2fc9a129: Verifying Checksum 19:02:04 444b2fc9a129: Download complete 19:02:04 c9b1b535fdd9: Verifying Checksum 19:02:05 ea15f1150254: Verifying Checksum 19:02:05 ea15f1150254: Download complete 19:02:05 28c525ee5125: Verifying Checksum 19:02:05 28c525ee5125: Download complete 19:02:05 756a868c4378: Verifying Checksum 19:02:05 756a868c4378: Download complete 19:02:05 138eaada9080: Verifying Checksum 19:02:05 138eaada9080: Download complete 19:02:05 0622d0fa9048: Download complete 19:02:06 c9b1b535fdd9: Pull complete 19:02:06 094b1ea09ed8: Verifying Checksum 19:02:06 094b1ea09ed8: Download complete 19:02:06 2cc5ad85d9ab: Pull complete 19:02:06 41b27a9f41bf: Verifying Checksum 19:02:06 41b27a9f41bf: Download complete 19:02:08 756a868c4378: Pull complete 19:02:09 444b2fc9a129: Pull complete 19:02:09 ea15f1150254: Pull complete 19:02:16 41b27a9f41bf: Pull complete 19:02:16 28c525ee5125: Pull complete 19:02:21 094b1ea09ed8: Pull complete 19:02:21 138eaada9080: Pull complete 19:02:21 0622d0fa9048: Pull complete 19:02:21 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:02:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:02:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:02:22 prd-centos7-docker-4c-2g-625 does not seem to be running inside a container 19:02:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/y_app-service-configurable_PR-99 -v /w/workspace/y_app-service-configurable_PR-99:/w/workspace/y_app-service-configurable_PR-99:rw,z -v /w/workspace/y_app-service-configurable_PR-99@tmp:/w/workspace/y_app-service-configurable_PR-99@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:02:25 $ docker top cc6f1c92d38b8e09f02ba80b896931a1ccdfb62dda56bab83609263a18d4992d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:02:26 provisioning config files... 19:02:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_PR-99@tmp/config1235031535115207039tmp [Pipeline] { [Pipeline] echo 19:02:26 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:02:26 ---> create-netrc.sh [Pipeline] echo 19:02:26 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:02:27 ---> logs-deploy.sh 19:02:27 + ARCHIVE_ARTIFACTS= 19:02:27 + LOGS_SERVER=https://logs.edgexfoundry.org 19:02:27 + '[' https://logs.edgexfoundry.org == None ']' 19:02:27 + NEXUS_URL=https://nexus.edgexfoundry.org 19:02:27 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-99/1 19:02:27 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-99/1/ 19:02:27 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-99/1 /w/workspace/y_app-service-configurable_PR-99 19:02:29 Archives upload complete. 19:02:29 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-99/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-99/1/ 19:02:30 ---> uname -a: 19:02:30 Linux cc6f1c92d38b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:02:30 19:02:30 19:02:30 ---> lscpu: 19:02:30 Architecture: x86_64 19:02:30 CPU op-mode(s): 32-bit, 64-bit 19:02:30 Byte Order: Little Endian 19:02:30 Address sizes: 40 bits physical, 48 bits virtual 19:02:30 CPU(s): 4 19:02:30 On-line CPU(s) list: 0-3 19:02:30 Thread(s) per core: 1 19:02:30 Core(s) per socket: 1 19:02:30 Socket(s): 4 19:02:30 NUMA node(s): 1 19:02:30 Vendor ID: GenuineIntel 19:02:30 CPU family: 6 19:02:30 Model: 44 19:02:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:02:30 Stepping: 1 19:02:30 CPU MHz: 2933.438 19:02:30 BogoMIPS: 5866.87 19:02:30 Virtualization: VT-x 19:02:30 Hypervisor vendor: KVM 19:02:30 Virtualization type: full 19:02:30 L1d cache: 128 KiB 19:02:30 L1i cache: 128 KiB 19:02:30 L2 cache: 16 MiB 19:02:30 L3 cache: 64 MiB 19:02:30 NUMA node0 CPU(s): 0-3 19:02:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:02:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:02:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:02:30 Vulnerability Meltdown: Mitigation; PTI 19:02:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:02:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:02:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:02:30 Vulnerability Tsx async abort: Not affected 19:02:30 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:02:30 19:02:30 19:02:30 ---> nproc: 19:02:30 4 19:02:30 19:02:30 19:02:30 ---> df -h: 19:02:30 Filesystem Size Used Available Use% Mounted on 19:02:30 overlay 50.0G 7.2G 42.8G 14% / 19:02:30 tmpfs 64.0M 0 64.0M 0% /dev 19:02:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:02:30 shm 64.0M 0 64.0M 0% /dev/shm 19:02:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 19:02:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 19:02:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 19:02:30 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/y_app-service-configurable_PR-99 19:02:30 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/y_app-service-configurable_PR-99@tmp 19:02:30 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 19:02:30 19:02:30 19:02:30 ---> free -m: 19:02:30 total used free shared buff/cache available 19:02:30 Mem: 1837 631 112 0 1093 1100 19:02:30 Swap: 1023 1 1022 19:02:30 19:02:30 19:02:30 ---> ip addr: 19:02:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:02:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:02:30 inet 127.0.0.1/8 scope host lo 19:02:30 valid_lft forever preferred_lft forever 19:02:30 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:02:30 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:02:30 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:02:30 valid_lft forever preferred_lft forever 19:02:30 19:02:30 19:02:30 ---> sar -b -r -n DEV: 19:02:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) 19:02:30 19:02:30 18:49:42 LINUX RESTART 19:02:30 19:02:30 18:50:02 tps rtps wtps bread/s bwrtn/s 19:02:30 18:51:02 179.50 104.97 74.53 11741.49 39027.62 19:02:30 18:52:01 18.18 3.33 14.85 1097.65 1965.87 19:02:30 18:53:01 1.63 0.00 1.63 0.00 29.49 19:02:30 18:54:01 0.23 0.00 0.23 0.00 2.96 19:02:30 18:55:01 0.15 0.00 0.15 0.00 1.88 19:02:30 18:56:01 0.38 0.00 0.38 0.00 5.11 19:02:30 18:57:02 0.35 0.02 0.33 0.13 4.73 19:02:30 18:58:01 0.29 0.00 0.29 0.00 3.17 19:02:30 18:59:01 0.28 0.00 0.28 0.00 2.73 19:02:30 19:00:01 0.18 0.00 0.18 0.00 2.48 19:02:30 19:01:01 0.33 0.02 0.32 0.13 3.38 19:02:30 19:02:01 32.56 32.21 0.35 3420.88 7.03 19:02:30 Average: 19.34 11.63 7.71 1344.53 3383.08 19:02:30 19:02:30 18:50:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:02:30 18:51:02 68096 1813460 96.38 2620 1226756 1529384 52.20 451300 1204392 26972 19:02:30 18:52:01 166532 1715024 91.15 2620 1165356 1147856 39.17 421656 1133584 20 19:02:30 18:53:01 176940 1704616 90.60 2620 1165364 1079360 36.84 416732 1129256 8 19:02:30 18:54:01 174332 1707224 90.73 2620 1165364 1079624 36.85 420076 1128668 8 19:02:30 18:55:01 176072 1705484 90.64 2620 1165372 1079428 36.84 423748 1123556 8 19:02:30 18:56:01 175472 1706084 90.67 2620 1165376 1079524 36.84 424144 1123556 8 19:02:30 18:57:02 175948 1705608 90.65 2620 1165380 1079428 36.84 430824 1116568 12 19:02:30 18:58:01 175888 1705668 90.65 2620 1165388 1079428 36.84 426444 1120840 8 19:02:30 18:59:01 176120 1705436 90.64 2620 1165392 1079428 36.84 426448 1120840 8 19:02:30 19:00:01 176252 1705304 90.63 2620 1165404 1079428 36.84 416544 1130636 8 19:02:30 19:01:01 174428 1707128 90.73 2620 1165404 1082272 36.94 417876 1130684 16 19:02:30 19:02:01 67356 1814200 96.42 2620 1246836 1115748 38.08 427364 1224892 116 19:02:30 Average: 156953 1724603 91.66 2620 1177283 1125909 38.43 425263 1140623 2266 19:02:30 19:02:30 18:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 19:02:30 18:51:02 eth0 243.91 149.59 1058.93 61.16 0.00 0.00 0.00 19:02:30 18:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:52:01 eth0 25.03 19.92 29.37 25.06 0.00 0.00 0.00 19:02:30 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:52:01 docker0 1.42 1.29 0.24 2.75 0.00 0.00 0.00 19:02:30 18:53:01 eth0 1.02 0.08 0.11 0.01 0.00 0.00 0.00 19:02:30 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:54:01 eth0 0.80 0.60 0.52 0.40 0.00 0.00 0.00 19:02:30 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 19:02:30 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:56:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 19:02:30 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:57:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 19:02:30 18:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 19:02:30 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:59:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 19:02:30 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 19:00:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 19:02:30 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 19:01:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 19:02:30 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 19:02:01 eth0 7.90 4.95 8.59 3.01 0.00 0.00 0.00 19:02:30 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 Average: eth0 23.04 14.50 90.47 7.40 0.00 0.00 0.00 19:02:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:02:30 Average: docker0 0.12 0.11 0.02 0.23 0.00 0.00 0.00 19:02:30 19:02:30 19:02:30 ---> sar -P ALL: 19:02:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) 19:02:30 19:02:30 18:49:42 LINUX RESTART 19:02:30 19:02:30 18:50:02 CPU %user %nice %system %iowait %steal %idle 19:02:30 18:51:02 all 16.55 0.00 9.17 15.33 15.96 42.99 19:02:30 18:51:02 0 14.53 0.00 8.34 12.01 17.34 47.77 19:02:30 18:51:02 1 14.29 0.00 8.30 18.24 15.76 43.41 19:02:30 18:51:02 2 19.55 0.00 12.46 15.03 14.71 38.25 19:02:30 18:51:02 3 17.99 0.00 7.67 15.99 15.99 42.35 19:02:30 18:52:01 all 1.97 0.00 1.16 0.44 2.30 94.13 19:02:30 18:52:01 0 2.07 0.00 1.53 1.34 2.31 92.76 19:02:30 18:52:01 1 2.29 0.00 0.98 0.12 2.20 94.41 19:02:30 18:52:01 2 1.56 0.00 0.95 0.20 2.51 94.78 19:02:30 18:52:01 3 1.95 0.00 1.20 0.10 2.17 94.58 19:02:30 18:53:01 all 0.12 0.00 0.05 0.00 0.21 99.63 19:02:30 18:53:01 0 0.02 0.00 0.02 0.00 0.22 99.75 19:02:30 18:53:01 1 0.33 0.00 0.07 0.00 0.13 99.47 19:02:30 18:53:01 2 0.08 0.00 0.05 0.00 0.45 99.42 19:02:30 18:53:01 3 0.03 0.00 0.05 0.00 0.07 99.85 19:02:30 18:54:01 all 0.14 0.00 0.04 0.00 0.20 99.62 19:02:30 18:54:01 0 0.03 0.00 0.03 0.00 0.15 99.78 19:02:30 18:54:01 1 0.42 0.00 0.03 0.00 0.12 99.43 19:02:30 18:54:01 2 0.08 0.00 0.05 0.00 0.47 99.40 19:02:30 18:54:01 3 0.02 0.00 0.02 0.00 0.07 99.90 19:02:30 18:55:01 all 0.09 0.00 0.12 0.00 0.55 99.24 19:02:30 18:55:01 0 0.03 0.00 0.05 0.00 0.38 99.53 19:02:30 18:55:01 1 0.25 0.00 0.23 0.00 0.47 99.05 19:02:30 18:55:01 2 0.05 0.00 0.18 0.00 0.96 98.81 19:02:30 18:55:01 3 0.02 0.00 0.03 0.00 0.40 99.55 19:02:30 18:56:01 all 0.13 0.00 0.03 0.00 0.13 99.71 19:02:30 18:56:01 0 0.03 0.00 0.03 0.00 0.03 99.90 19:02:30 18:56:01 1 0.13 0.00 0.02 0.00 0.22 99.63 19:02:30 18:56:01 2 0.32 0.00 0.07 0.00 0.23 99.38 19:02:30 18:56:01 3 0.02 0.00 0.03 0.00 0.05 99.90 19:02:30 18:57:02 all 0.10 0.00 0.03 0.00 0.10 99.77 19:02:30 18:57:02 0 0.02 0.00 0.02 0.00 0.12 99.85 19:02:30 18:57:02 1 0.05 0.00 0.05 0.00 0.15 99.75 19:02:30 18:57:02 2 0.35 0.00 0.02 0.00 0.08 99.55 19:02:30 18:57:02 3 0.03 0.00 0.02 0.00 0.02 99.93 19:02:30 18:58:01 all 0.12 0.00 0.03 0.00 0.15 99.70 19:02:30 18:58:01 0 0.05 0.00 0.05 0.00 0.19 99.71 19:02:30 18:58:01 1 0.05 0.00 0.03 0.00 0.34 99.58 19:02:30 18:58:01 2 0.36 0.00 0.02 0.00 0.08 99.54 19:02:30 18:58:01 3 0.02 0.00 0.02 0.00 0.02 99.95 19:02:30 18:59:01 all 0.10 0.00 0.02 0.00 0.44 99.43 19:02:30 18:59:01 0 0.00 0.00 0.03 0.00 0.22 99.75 19:02:30 18:59:01 1 0.05 0.00 0.03 0.00 0.96 98.96 19:02:30 18:59:01 2 0.33 0.00 0.03 0.00 0.52 99.12 19:02:30 18:59:01 3 0.00 0.00 0.02 0.00 0.08 99.90 19:02:30 19:00:01 all 0.11 0.00 0.02 0.00 0.16 99.70 19:02:30 19:00:01 0 0.02 0.00 0.02 0.00 0.03 99.93 19:02:30 19:00:01 1 0.07 0.00 0.03 0.00 0.27 99.63 19:02:30 19:00:01 2 0.35 0.00 0.02 0.00 0.28 99.35 19:02:30 19:00:01 3 0.02 0.00 0.02 0.00 0.05 99.92 19:02:30 19:01:01 all 0.12 0.00 0.02 0.00 0.32 99.53 19:02:30 19:01:01 0 0.02 0.00 0.02 0.00 0.23 99.73 19:02:30 19:01:01 1 0.03 0.00 0.03 0.00 0.51 99.42 19:02:30 19:01:01 2 0.43 0.00 0.02 0.00 0.38 99.17 19:02:30 19:01:01 3 0.03 0.00 0.02 0.00 0.13 99.82 19:02:30 19:02:01 all 0.61 0.00 0.26 1.53 1.00 96.61 19:02:30 19:02:01 0 0.86 0.00 0.37 1.53 0.98 96.26 19:02:30 19:02:01 1 0.36 0.00 0.20 0.38 1.18 97.88 19:02:30 19:02:01 2 0.73 0.00 0.20 1.34 0.78 96.95 19:02:30 19:02:01 3 0.46 0.00 0.28 2.83 1.04 95.38 19:02:30 Average: all 1.64 0.00 0.89 1.40 1.75 94.31 19:02:30 Average: 0 1.44 0.00 0.86 1.22 1.81 94.67 19:02:30 Average: 1 1.51 0.00 0.83 1.55 1.84 94.27 19:02:30 Average: 2 1.94 0.00 1.12 1.33 1.73 93.88 19:02:30 Average: 3 1.66 0.00 0.76 1.53 1.62 94.43 19:02:30 19:02:30 19:02:30